{% for page in pages %}
{% for day in page %}
{% if day.image_file %}
{% endif %}
{{ day.date.strftime('%A %d.%m.%Y') }}
{% if day.text_content %}
{{ day.text_content }}
{% endif %}
{% endfor %}
{% endfor %}