{% load i18n %} {% load comments %} {% if user.is_authenticated and comment_object %}

{% trans 'Add new comment' %}

{% get_comment_form for comment_object as form %}
{% csrf_token %} {{ form.comment }} {{ form.content_type }} {{ form.object_pk }} {{ form.timestamp }} {{ form.security_hash }}
{% endif %}