{% load wagtailcore_tags wagtailimages_tags core_tags static i18n comments molo_commenting_tags %} {% get_comment_count for article as comment_count %} {% if comment_count > 0 %} Comments {{comment_count}} {% trans "comment" %}{{comment_count|pluralize}} {% endif %}