{% load static comments %} {% get_comment_count for article as comment_count %} {% if article.is_commenting_enabled %} {% if comment_count > 0 %} Comments {{comment_count}} {% trans "comment" %}{{comment_count|pluralize}} {% endif %} {% endif %}