{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Questionnaire {% endblock %} {% block content %}
Please rate several statements reflecting general feelings and experiences that may or may not apply to you.
{% for field in form %} {% endfor %}
{{ field.label }} {{ field }}

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