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