{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Punishment stage (Period {{ subsession.round_number }} of {{ Constants.num_rounds }}) {% endblock %} {% block content %}
Instructions for stage 2
In this stage you can see the contributions made by other participants in your group. You can pay up to {{ player.punishment_endowment }} points from your endowment to decrease the income of these participants. Each point used will decrease the income of the selected participant by 10% for this round.
{% if formset.non_form_errors %} {% for error in formset.non_form_errors %}
{{ error }}
{% endfor %} {% endif %} {{ formset.management_form }} {% for form in formset.forms %} {% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %} {% endfor %}
Player: Contribution Punishment points
Player {{ forloop.counter }} {{ form.instance.receiver.contribution }} {% formfield form.amount label='' %}
{% next_button %} {% endblock %} {% block styles %} {% endblock %}