{% if pages %}
{{ title }}
{% for page in pages %}
{{ page.creation_date|date:"d.m.Y" }}
{% endfor %}
{% endif %}