," }}
{{ object.name|typogrify }}
{{ post_detail|cond_display:"
," }}
{% 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 %}