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

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