{% load threadedcomments_tags i18n %} {% if current_object.allow_comments == 'YES' or current_object.allow_comments == 'SITE' and CYCLOPE_SITE_SETTINGS.allow_comments == 'YES' %} {% get_comment_count for current_object as comment_count %}
{% blocktrans %} There are {{ comment_count }} comments {% endblocktrans %}