Categories: {% render_tag_string object.get_tags %}
Posted by: {{ object.author }}
{% if user.is_authenticated %}
{% endif %}
{% 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 %}