{% load i18n %} {% load commentator_tags %}

{% trans "Comments" %} ({% show_comment_count obj %})

{{ comments|safe }}
{% if request.user.is_authenticated %} {% include 'commentator/comment_form.html' %}
{% else %} {% include 'commentator/commentator_login.html' %} {% endif %}