{% for filepath in image_data['image_filepaths'] %} image {% endfor %}
{{ image_data['header'] }}
Pages left: {{ pages_left }}
{{ image_data['instructions']|safe }}
{% for question_group in image_data['questions'] %}
{{ question_group.title }}

{{ question_group[0]['question'] }}

{% if question_group[0]['type'] == 'multiple_choice' %} {% for choice in question_group[0]['choices'] %}
{% endfor %} {% elif question_group[0]['type'] == 'multiple_select' %} {% for choice in question_group[0]['choices'] %}
{% endfor %} {% elif question_group[0]['type'] == 'multiple_choice_matrix' %} {% for choice in question_group[0]['choices'] %} {% endfor %} {% for question in question_group %} {% for choice in question['choices'] %} {% endfor %} {% endfor %}
{{ choice }}
{{ question['row'] }}
{% endif %}
{% endfor %}
{% if page_id > 0 %} {% endif %}