{% load i18n %} {% load humanize %} {% for comment in comments %} {% if forloop.first %}{% endif %}

{{ comment.added_by }} ({{ comment.comment_date|naturaltime }}) {% if comment.restricted %}{% endif %} {% if comment.ultra_restricted %}{% endif %}

{{ comment.comment }}

{% if forloop.last %}{% endif %} {% empty %}

{% translate "No Comments!" %}

{% endfor %}