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

{% next_button %}
{{ progress|floatformat:0 }}%
{% endblock %}