{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Punishment {% endblock %} {% block content %}
Please take your decision:
{% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %} {% block scripts %} {% endblock %}