{% extends "global/Page.html" %} {% load otree %} {% block title %}
{{player.role}}'s Stage 2 - Period {{ subsession.round_number }} of {{ Constants.num_rounds }}
{% endblock %} {% block styles %} {% endblock %} {% block content %}
Instructions for stage 2
In this stage you can see the contributions of the other participants in the your group. You can give between 0 and 10 punishment points to all other participants. Each punishment point you distribute to another participant reduces your payoff by 1 point and reduces the other participant's payoff by 2 points.
You are the {{ player.role }} of this project.

Group's total contribution: Project's Result: Your Project's gains: Points kept: Stage 1 earnings:
{{ group.total_contribution }} points {{ total_earnings }} points {{ group.individual_share }} points {{ endkept }} points {{ s1 }} points
Your role: Your contribution:
{{ player.role }} {{ player.contribution }} points
{{ for i,j in data }} {{ endfor }}
Participant: Contribution: Punishment: Effect on their payoff:
{{i.role}} {{i.contribution }} points
{{ formfield_errors 'pun1' }} {{ formfield_errors 'pun2' }} {{ formfield_errors 'pun3' }}

{{ endblock }} {% block scripts %} {{ endblock }}