{{ block title }}Results - Round {{ round }} {{ endblock }} {{ 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

{% 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 seeIndivContribs == 1 and historyBigToSmall == 0%}

Contributed {{ own_contribution }}

{{ for p in other_players }}

Contributed {{ p.contribution }}

{{ endfor }} {% endif %} {% if seeIndivContribs == 1 and historyBigToSmall == 1%}

Contributions from Largest to Smallest


{{ round_contribs }}
{% endif %}



You contributed: {{ own_contribution }}
Total group contribution: {{ group_total }}


You kept: {{ own_kept }}
Your share of group contribution: {{ own_share }}
Your payoff: {{ own_payoff }}
{{ next_button }} {{ endblock }}