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

,

" }} {{ object.name|typogrify|safe }} {% if user.is_staff %}{% trans {% endif %} {{ post_detail|cond_display:"

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