{% load i18n %} {% for c in page.object_list %}
{{ c.creation_date|date:_("DATETIME_FORMAT") }}
{% endfor %}