#}
{# | You are Player {{ player.id_in_group }} |
#}
{# | You started with an endowment of: {{ Constants.endowment }} |
#}
{# | You contributed: | {{ player.contribution }} |
#}
{# | Other participants contributed: | |
#}
{# {{ for p in group.get_players }}#}
{# | {{ p.contribution }} |
#}
{# {{ endfor }}#}
{# | 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: | |
{{ player.payoff }} |
#}
{# | Your earnings from the game so far: | #}
{# {{ for payoff in player.in_all_rounds() }}#}
{# |
{{ player.payoff }}#}
{# {{ endfor }}#}
{# | Your group's earnings from the game so far: | |
#}
{# {{ for p in group.get_players() }}#}
{# | {{ player.payoff }} |
#}
{# {{ endfor }}#}
{##}
{#
#}
{{ next_button }}
{{ endblock }}