{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Punishment (Period {{ subsession.round_number }} of {{ Constants.num_rounds }}) {% endblock %} {% block content %}
Instructions for stage 2
In this stage you can see the number of tokens purchased by other participants in both of your groups, You can transfer up to X points from your endowment to decrease the income of these participants. By transferring 1 point from your endowment you decrease the income of another participant by X points.

For group U, the tokens purchased by other group members are:

Group member 1 purchased {{player.contribution1}} tokens, {{form.punishment_sent1.label}}
{{form.punishment_sent1}}

Group member 2 purchased {{player.contribution2}} tokens, {%formfield player.punishment_sent2 %}

{% next_button %} {% endblock %}