{% load wagtailcore_tags core_tags static comments %} {% get_comment_count for article as comment_count %} {% if article.is_commenting_enabled %} {% if comment_count > 0 %} Comments {{comment_count}} {% endif %} {% endif %}