{{ 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 }}
Project's individual earning: |
{{ group.individual_share }} |
Endowment Kept: |
{{ endkept }} |
Stage 1's earnings: |
{{ s1 }} |
Stage 2: Punishment after contributions | |
{{ for i,j in data }}
Punishment you ({{player.role}}) gave to the {{i.role}}: |
{{j}} |
{{ endfor }}
Total punishment gave: |
{{ pung }} |
{{ for i,j in data2 }}
Punishment received by the {{i.role}}: |
{{j}} |
{{ endfor }}
Total punishment received: |
{{ punr }} |
Amount deduced in Stage 2: |
{{ punishment }} |
Total in this round | {{player.s2}} |
{{ next_button }}
{{ include Constants.instructions_template }}
{{ endblock }}