{{ 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 }}
Total contribution: + {{ group.total_contribution }}
Project's individual return (Total Contribution × {{Constants.multiplier}})/ Group Members: + {{ group.individual_share }}
{{ for i,j in data }} {{ endfor }} {{ for i,j in data2 }} {{ endfor }}
Stage 2: Punishment after contributions
Punishment you sent for {{i.role}}: - {{j}}
Total Punishment sent: - {{ pung }}
Punishment received by {{i.role}}: - {{j}}
Total Punishment received: - {{ punr }}
Total in Stage 2: - {{ punishment }}
Total
Initial Endowment:
+
{{Constants.endowment}}
Project Contribution:
-
{{player.contribution}}
Project returns:
+
{{ group.individual_share }}
Punishment Given:
-
{{ pung }}
Punishment Received:
-
{{ punr }}
Final Earnings: {{player.payoff}}
{{ next_button }} {{ include Constants.instructions_template }} {{ endblock }}