{% load i18n %} {% for review in page.object_list %}
{{ review.creation_date|date:"d.m.Y - H:i" }}
{% endfor %}