{% extends "global/Page.html" %} {% load otree %} {% block title %} 日本語Deduction stage (Period {{ subsession.round_number }} of {{ Constants.num_rounds }}) {% endblock %} {% block 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 form.non_form_errors %} {% for error in form.non_form_errors %}
{{ error }}
{% endfor %} {% endif %} {{ form.management_form }} {% for f in form.forms %} {% for hidden in f.hidden_fields %} {{ hidden }} {% endfor %} {% endfor %}
日本語Player: Contibution Deduction tokens 日本語Effect on their payoff:
日本語Player {{ forloop.counter }} {{ f.instance.receiver.contribution }} {% formfield f.amount label='' %}
{% next_button %} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}