{% extends "global/Page.html" %} {% load otree %} {% block title %} Deduction stage (Period {{ subsession.round_number }} of {{ Constants.num_rounds }}) {% endblock %} {% block inner_content %}
Instructions for stage 2
In this stage you can see the decisions and other participants in the your group, You can transfer up to {{ player.punishment_endowment }} 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 {{ Constants.punishment_factor }} points.
{% if subsession.hetero_endowment %} {% endif %} {% if subsession.gender_shown %} {% endif %} {% for i,j in data %} {% if subsession.hetero_endowment %} {% endif %} {% if subsession.gender_shown %} {% endif %} {% endfor %}
Player:EndowmentGenderContibution Deduction tokens Effect on their payoff:
{{ forloop.counter }}{{ i.endowment }}{{i.participant.vars.gender}}{{ i.contribution }} {% formfield j label='' %}
{% next_button %} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}