{% load wagtailcore_tags comments molo_commenting_tags i18n %} {% get_comment_count for self as comment_count %} {% if comment_count > 0 %} {% trans "Your thoughts" %} ({{comment_count}}) {% endif %}