{{ object.date|date:"l, j F Y" }}
{% endifchanged %}{% if post_detail %} {{ object.name|typogrify|safe }} {% else %} {{ object.name|typogrify|safe }} {% endif %}
{% if not post_detail and object.shortable %}
{{ object.html_short|safe }}
{% else %}
{{ object.html|safe }}
{% endif %}