page #{{ i }} of {{ last }}:   {{ relative_directory }}
{% if metadata_json|length > 0 %}
{% for key, value in metadata_json.items() %}
{{ key }}: {{ value }}
{% endfor %} {% endif %} {% if form_schema %}
{% set is_first_iter = True %} {% for form_schema_row in form_schema %} {% if form_schema_row["type"] == "radio" %} {% for choice in form_schema_row['choices'] %}
{% endfor %} {% elif form_schema_row["type"] == "text" %}
{% endif %} {% set is_first_iter = False %} {% endfor %}
{% endif %} {% for image_path in image_paths %}
{{ image_path }}
{% endfor %}