," }}
{{ object.name|title_tracking|typogrify }}
{{ post_detail|cond_display:"
," }}
{% if not post_detail %}
{% if object.shortable %}
{{ object.html_short|safe }}
{% trans "continue reading" %} ({{ object.approved_comments_count }}
{{ object.approved_comments_count|choose_plural:_("comment, comments, comments") }})
»
{% else %}
{{ object.html|safe }}
{{ object.approved_comments_count }}
{{ object.approved_comments_count|choose_plural:_("comment, comments, comments") }}
»
{% endif %}
{% else %}
{{ object.html|safe }}
{% endif %}