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

{% if player.round_number > 1 %} {% endif %}
You are Player {{ ID }}
Your contribution to the group account {{ cont }}
Your contribution to your private account {{ priv_cont }}
Total amount contributed to group account {{ total_cont }}
Your final payoff for this round was {{ payoff }}
Your total payoff for all rounds so far is {{ total_earn }}

{# #} {# #} {# #} {# #} {# #} {# {{ 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 }}