{{ block title }}Results{{ endblock }} {{ block content }}

{{if player.id_in_group > 1}} {% if player.round_number > 1 %} {% endif %}
You are Player {{ ID }}
Your contribution to the group account {{ cont }} points
Your contribution to your private account {{ priv_cont }} points
Total amount contributed to group account {{ total_cont }} points
The leader of your group punished {{ pun_amt }} punishment points
Punishment reduced other player's points by a factor of {{ pun_frac }}
The leader's punishment cost them {{ pun_cost }} points
Your final payoff for this round was {{ payoff }} points
Your total payoff for all rounds so far is {{ total_earn }} points
{{ else }} {% if player.round_number > 1 %} {% endif %}
You are Player {{ ID }}
You punished your group {{ pun_amt }} punishment points
Punishment reduced other player's points by a factor of {{ pun_frac }}
Your punishment cost you {{ pun_cost }} points
Your final payoff for this round was {{ payoff }} points
Your total payoff for all rounds so far is {{ total_earn }} points
{{ endif }}

{# #} {# #} {# #} {# #} {# #} {# {{ for p in group.get_players }}#} {# #} {# {{ endfor }}#} {# #} {##} {# #} {# #} {# #} {##} {##} {# #} {##} {# {{ player.payoff }}#} {# {{ player.payoff }}#} {# {{ endfor }}#} {# #} {# {{ for p in group.get_players() }}#} {# #} {# {{ endfor }}#} {##} {#
You are Player {{ player.id_in_group }}
You started with an endowment of: {{ Constants.endowment }}
You contributed:{{ player.contribution }}
Other participants contributed:
{{ p.contribution }}
Total contribution:{{ group.total_contribution }}

The leader punished your group: {{ group.group_punishment }} points.
Points for the other group members were reduced by: {{ player.punishment_cost }} points.

This round you earned:
Your earnings from the game so far: #} {# {{ for payoff in player.in_all_rounds() }}#} {#
Your group's earnings from the game so far:
{{ player.payoff }}
#} {{ next_button }} {{ endblock }}