{% extends "global/Page.html" %} {% load otree static %} {% block title %} Questionnaire {% endblock %} {% block content %}

Please answer the following questions to complete the experiment.

{% for field in form %}
{{ field.label | safe }}
{{ field }}
{% endfor %}

{% endblock %}