{% spaceless %} {% load i18n %} {% load pytils_dt %} {% load pytils_numeral %} {% load bookmarks %} {% load tagging_tags %} {% load bfmarkup %} {% endspaceless %}
{{ object.name|typogrify|safe }}
{% if not post_detail and object.shortable %} {{ object.html_short|safe }} {% else %} {{ object.html|safe }} {% endif %}
{% if post_detail %}
{% bookmarks object %}
{% endif %}