{% for question in form.questions %} {% if question.autoformat %}

{{ question.name|safe }}

{% else %}
{{ question.name|safe }} {% endif %} {% for choice in question.choices %}
{% endfor %} {% for choice in question.multichoices %}
{% endfor %} {% if question.open_question %}
{% endif %}
{% endfor %}