{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {# % block title % #} {# #} {# % endblock % #} {% block content %} {% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
{{ field.label }}{{ choice }}

{% next_button %} {% endblock %}