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

 

{% include "common/snippet_follow.html" %} {% endblock %} {% block content %}
{% if perms.common.add_comment %}
{% csrf_token %}
{% endif%} {% for c in comments %}

{% if c.user.avatar %}{% endif %} {{ c.user.username }}   {{ c.lastmodified | timesince }}

{% if c.attachment %}
{{c.attachmentlink}}
{% endif %}
{{c.comment}}
{% endfor %}
{% endblock %}