{{ block title }}Results - Round {{ round }} {{ endblock }}
{{ block content }}
{{ load otree static }}
{% if seeOtherAvatars == 0 and hideOwnAvatar == 1 %}
Player {{ own_id }}
{% endif %} {% if photograph == 1 %}Player {{ p.randomidnumber_Player }}
{{ endfor }} {% endif %} {% if photograph == 1 %} {{ for p in other_players }}Contributed {{ own_contribution }}
{{ for p in other_players }}Contributed {{ p.contribution }}
{{ endfor }} {% endif %} {% if seeIndivContribs == 1 and historyBigToSmall == 1%}You contributed: | {{ own_contribution }} |
---|---|
Total group contribution: | {{ group_total }} |
You kept: | {{ own_kept }} |
Your share of group contribution: | {{ own_share }} |
Your payoff: | {{ own_payoff }} |