{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Survey - Part 2 of 2 {% endblock %} {% block content %}

You can select between two stock portfolios:

Portfolio A: £10 000 fully invested into one randomly selected stock out of the Dow Jones 30 stocks.

Portfolio B: £10 000 in equal parts invested into five randomly selected stocks out of the Dow Jones 30 stocks.

{% for field in form %} {% formfield field %} {% endfor %}

{% next_button %}

{% endblock %}