{% spaceless %} {% load i18n %} {% load pytils_dt %} {% load pytils_numeral %} {% load bookmarks %} {% load tagging_tags %} {% load authorlink %} {% load bfmarkup %} {% endspaceless %}
{{ post_detail|cond_display:"

,

" }} {{ object.name|typogrify }} {{ post_detail|cond_display:"

," }}
{# {{ object.author|authorlink }} | #} {{ object.date|datelinks }} {{ object.date|time }} | {{ object.approved_comments_count }} {{ object.approved_comments_count|choose_plural:_("comment, comments, comments") }} | {{ object.pingback_count }} {{ object.pingback_count|choose_plural:_("pingback, pingbacks, pingbacks") }} | {% render_tag_string object.get_tags %}
{% if not post_detail and object.shortable %} {{ object.html_short|safe }} {% trans "continue reading" %} {% else %} {{ object.html|safe }} {% endif %}
{% if post_detail %} {% bookmarks object %} {% endif %}