{% load comments %} {% load 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.title }} {{ object.abstract_markup|striptags|truncatewords:usersettings.truncate_to }}