{{ block content }} {{ load otree static }} {% if seeOtherAvatars == 0 and hideOwnAvatar == 1 %}

You are in a group of {{ C.PLAYERS_PER_GROUP }} people, including yourself.

{% endif %} {% if seeOtherAvatars == 1 or hideOwnAvatar == 0 %}

Your Group

{% if round > 1 and seeIndivContribs == 1 and seeLastContribOnContribScreen == 1 %}

Results from Round {{ last_round }}

{% endif %}
{% endif %}
{% if randomIDNumbers == 1 %}

Player {{ own_id }}

{% endif %} {% if photograph == 1 %} {% endif %} {% if photograph == 0 and randomIDNumbers == 0 and hideOwnAvatar == 0 %} {% endif %} {% if photograph == 0 and randomIDNumbers == 0 and hideOwnAvatar == 1 %} {% endif %} {% if randomIDNumbers == 1 %} {{ for p in other_players }}

Player {{ p.randomidnumber_Player }}

{{ endfor }} {% endif %} {% if photograph == 1 %} {{ for p in other_players }} {{ endfor }} {% endif %} {% if photograph == 0 and randomIDNumbers == 0 and seeOtherAvatars == 1 %} {{ for p in other_players }} {{ endfor }} {% endif %} {% if photograph == 0 and randomIDNumbers == 0 and seeOtherAvatars == 0 %} {{ for p in other_players }} {{ endfor }} {% endif %}
{% if round > 1 and seeIndivContribs == 1 and seeLastContribOnContribScreen == 1 %}

Contributed {{ own_contribution_prevperiod }}

{{ for p in other_players_prevperiod }}

Contributed {{ p.contribution }}

{{ endfor }}
{% endif %}


{% if player.round_number > 1 and seeIndivContribs == 1 and seeHistoryTable == 1 %}
{% if historyBigToSmall == 1 %}

History of Contributions from Largest to Smallest

{% endif %} {% if historyBigToSmall == 0 %}

History of Contributions

{% endif %}
{{ contribution_history_html }} {% endif %}


Your Decision - Round {{ round }}

You have {{ C.ENDOWMENT }}.
How many points would you like to contribute? (Whole numbers only.)


{{ form.contribution }}
{{ next_button }} {{ formfield_errors 'contribution' }}
{{ endblock }}