{% autoescape off %}
{{ comment }}
{% endautoescape %}
{% endfor %}
Comment
{% if not request.user.is_authenticated %}
You must login to comment
{% endif %}
{% if request.user.is_authenticatednot and perms.form.add_comment %}
You do not have permission to comment
{% endif %}