{% load comments i18n %} {% if object.comments_enabled %}
{% blocktrans count counter=object.comment_count %} 1 comment {% plural %} {{ counter }} comments {% endblocktrans %} {% trans "Add yours" %}
{% render_comment_list for object %} {% if can_render_comment_form %} {% render_comment_form for object %} {% else %} {% if can_comment_code == 'auth_required' %} {% trans "Sign in to comment" %} {% endif %} {% endif %}
{% endif %}