{% load i18n %} {% load pytils_dt %} {% load pytils_numeral %} {% load bookmarks %} {% load tagging_tags %}
{% ifchanged %}

{{ object.date|date:"l, j F Y" }}

{% endifchanged %}

{% if post_detail %} {{ object.name|typogrify|safe }} {% else %} {{ object.name|typogrify|safe }} {% endif %}

{% if not post_detail and object.shortable %} {{ object.html_short|safe }}  {% else %} {{ object.html|safe }} {% endif %}

{% trans "Write on:" %} {{ 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 %} | {% trans "tags:" %} {% render_tag_string object.get_tags %} | {% trans "permalink" %} {% if post_detail %} | {% bookmarks object %} {% endif %}