{% block content %} {% get_comment_count for object as comment_count %} {% ifequal comment_count 0 %}{% trans "No comment" %}{% else %}{% blocktrans count comment_count as counter %}Only one comment{% plural %}{{ counter }} comments{% endblocktrans %}{% endifequal %} {% if perms.blogs.can_add_comment %}