{% load i18n %} {% load humanize %} {% for comment in comments %} {% if forloop.first %} {% endif %}
{{comment.added_by}} ({{ comment.comment_date|naturaltime }}){% if comment.restricted %} {% endif %}
{{ comment.comment }}
{% if forloop.last %} {% endif %} {% empty %}No Comments!
{% endfor %}