{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Punishment stage (Period {{ subsession.round_number }} of {{ Constants.num_rounds }}) {% endblock %} {% block content %}
| Player: | Contribution | Punishment points |
|---|---|---|
| Player {{ forloop.counter }} | {{ form.instance.receiver.contribution }} | {% formfield form.amount label='' %} | {% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %}