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