{% extends "admin/list.html" %} {% block title %}{{ _('Comments') }}{% endblock %} {% block table %} {{ _('Author') }} {{ _('Date') }} {% for comment in objects %} {{ comment.author }} {{ comment.date | date('dd MM yyyy HH:mm') }}
{% endfor %} {% endblock %}