{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} What do you think of this study? (Page 12/12) {% endblock %} {% block content %} {% for field in form %} {% endfor %}
{{ field.label }} {{ field }}

{% endblock %}