{{ block title }} {{ if player.round_number == 1 }} Stock 8 - Allocation {{ else }} Stock 8 - Period {{ round }} {{ endif }} {{ endblock }} {{ block content }} {{ if player.round_number == 1 }}

You are allocated this stock now in period 0 for a price of ${{ purchase_price }}.

{{ else }}

{% for row in rows %} {% endfor %} {% for row in rows %} {% endfor %} {% for row in rows %} {% endfor %} {% if player.participant.treatment == "description_all" %} {% for row in rows %} {% endfor %} {% endif %}
Period 0{{ row.round }}
Price ${{ purchase_price }}${{ row.price }}
Per Period Return {{ row.period_return }} %
Overall Investment Return {{ row.inv_return }} %

{{ endif }}
{% next_button %} {{ endblock }} {% block script %} {% endblock %}