{% extends "global/Page.html" %} {% load otree static %} {% load i18n %} {% block title %} {% trans "Part 2 - Questionnaire" %} {% endblock %} {% block content %}

{% blocktrans trimmed %} Please answer to the questions below. {% endblocktrans %}

{% for field in form %}

{{ field }}
{% endfor %} {% next_button %} {% endblock %} {% block scripts %} {% endblock %}