{% load otree %}

Before we proceed to the third stage, please answer the following questions.

{% for field in form %}
{% for choice in field %}
{% endfor %} {% endfor %}
{{ field.label }}
{{ choice }}
{{ choice.label }}