{% load i18n %} {% load comments %} {% if user.is_authenticated and comment_object %}
{% if box_label %}{{ box_label }}:{% else %}{% trans 'Comment:' %}{% endif %}
{% get_comment_form for comment_object as form %}
{% csrf_token %} {{ form.comment }} {{ form.content_type }} {{ form.object_pk }} {{ form.timestamp }} {{ form.security_hash }}
{% if btn_label %} {% else %} {% endif %}
{% endif %}