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

{% trans "Cancel reply" %}

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

{% trans "Add comment" %}

Cancel comment

{{ comment_form.comment.label_tag }} {{ comment_form.comment }}
{{ comment_form.is_public }} {{ comment_form.is_public.label_tag }}