{{ block title }} Results (Period {{ subsession.round_number }} of {{ Constants.num_rounds }}) {{ endblock }}
{% load staticfiles otree_tags %}
{% block styles %}
{% endblock %}
{% block content %}
| Stage 1: Project's contributions | | |
| You ({{player.role}}) contributed: |
+ |
{{ player.contribution }} |
{{ for p in player.get_others_in_group }}
| {{p.role}} contributed: |
+ |
{{ p.contribution }} |
{{ endfor }}
| Total contribution: |
+ |
{{ group.total_contribution }} |
| Project's individual return (Total Contribution × {{Constants.multiplier}})/ Group Members: |
+ |
{{ group.individual_share }} |
| Stage 2: Punishment after contributions | | |
{{ for i,j in data }}
| Punishment you sent for {{i.role}}: |
- |
{{j}} |
{{ endfor }}
| Total Punishment sent: |
- |
{{ pung }} |
{{ for i,j in data2 }}
| Punishment received by {{i.role}}: |
- |
{{j}} |
{{ endfor }}
| 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 }}