{% load comments_tags %} {% if not user.is_authenticated and not allow_anonymous %} {% else %}
{% csrf_token %} {{ form.errors }} {{ form.comment.label }}
{{ form.comment }} {% if target %} {% endif %}
{% endif %}