{% load i18n %} {% load threadedcommentstags %} {% if comments %} {% for comment in comments %}
{{ comment.user }} said:
{% auto_transform_markup comment %}

{% trans "Cancel reply" %}

{{ comment.reply_form.as_table }}
{% endfor %} {% else %} {% trans "No comments were added yet" %} {% endif %}