{{ block title }} {{ endblock }} {{ block content }}

Another question


It is important to us that you are paying attention to the questions. We do so with what is called an attention check. To what extend do you agree with the following statement?

{% for field in form %} {% if field.name not in hidden_fields %} {{ formfield field.name }} {% endif %} {% endfor %}
{% for field in form %} {% if field.name in hidden_fields %} {{ formfield field.name }} {% endif %} {% endfor %}


Instructions


{{ endblock }}