{% if perms.common.add_comment %}
{% endif%}
{% for c in comments %}
{% if c.user.avatar %}
{% if c.user.avatar %}
{% endif %}
{{ c.user.username }}
{{ c.lastmodified | timesince }}
{% if c.attachment %}
{% endfor %}
{{c.attachmentlink}}
{% endif %}
{% if c.safe %}{{c.comment|safe}}{% else %}{{c.comment}}{% endif %}