{{ block title }} Results (Period {{ subsession.round_number }} of {{ Constants.num_rounds }}) {{ endblock }} {% load staticfiles otree_tags %} {% block styles %} {% endblock %} {% block content %}

{{ for p in player.get_others_in_group }} {{ endfor }}
Stage 1: Project's contributions
You ({{player.role}}) contributed: {{ player.contribution }}
{{p.role}} contributed: {{ p.contribution }}
Project's individual earning: {{ group.individual_share }}
Endowment Kept: {{ endkept }}
Stage 1's earnings: {{ s1 }}
{{ for i,j in data }} {{ endfor }} {{ for i,j in data2 }} {{ endfor }}
Stage 2: Punishment after contributions
Punishment you ({{player.role}}) gave to the {{i.role}}: {{j}}
Total punishment gave: {{ pung }}
Punishment received by the {{i.role}}: {{j}}
Total punishment received: {{ punr }}
Amount deduced in Stage 2: {{ punishment }}
Total in this round
{{player.s2}}
{{ next_button }}
{{ endblock }}