{% load comments inlines %} {% get_comment_count for object as comment_count %}
{{ object.pub_date|date:"M d, Y" }} {% if object.status == 1 %}
draft {% endif %} {% if comment_count %}

{{ comment_count }} comment{{ comment_count|pluralize }}

{% endif %}
{{ object.abstract_markup|render_inlines|safe }}