{% extends "global/Page.html" %} {% load otree %} {% block title %}
{{player.role}}'s Deduction Stage (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 and other participants in the your group, You can transfer up to {{Constants.punish}} points from your earnings to decrease the earnings of the other participants. By using 1 point from your endowment, you decrease the earnings of another participant by {{Constants.punmulti}} points .
Your are the {{ player.role }} of this project.

Group's Total Contribution: Group's earnings: Project's Individual earning: Individual Endowment + Project earnings:
{{ group.total_contribution }} {{ total_earnings }} {{ group.individual_share }} {{ player.payoff }}
Your role: Your effort contribution:
{{ player.role }} {{ player.contribution }}
{{ for i,j in data }} {{ endfor }}
Participant: Effort: Punishment: Effect on their payoff:
{{i.role}} {{i.contribution }}
{{ formfield_errors 'pun1' }} {{ formfield_errors 'pun2' }} {{ formfield_errors 'pun3' }}

{{ include Constants.instructions_template }} {{ endblock }} {% block scripts %} {{ endblock }}