{% extends "admin/base_site_nav.html" %} {% load i18n %} {% block extrahead %}{{block.super}} {% endblock %} {% block content_title %}
{% block tools %}{% endblock %}{% if title %}

{{title|capfirst|escape}}: {% trans 'comments'|capfirst|escape %}

{% endif %} {% tabs model %}
{% endblock %} {% block content %}
{% csrf_token %}
{% for c in comments %}

{{c.user}} ({{c.user.get_full_name}}){{c.lastmodified}}

{{c.comment}}
{% endfor %}
{% endblock %}