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

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

{% endif %}
{% tabs opts %}{% endblock %} {% block content %}
{% if perms.common.add_comment %}
{% csrf_token %} {% comment %}Translators: Translation included with Django {% endcomment %}
{% endif%} {% for c in comments %}

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

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