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