{% for doc in documents %} {% if loop.index > 1 %}
{% endif %}
{% for page in doc.pages %}
{% if page.image %} {% endif %}
{% endfor %}
{% endfor %}