{{object.subject}}
Posted at {{object.date_posted|date:"H:i:s"}}
on {{object.date_posted|date:"D, F dS Y"}} by {{object.author}}
{% if object.is_categorised %}
in:
{% with object.categories.all as cats %}
{% for cat in cats %}
{{cat.name.lower}}
{% endfor %}
{% if object.get_more_categories %}
{% endif %}
{% endwith %}
{% endif %}
{{object.license.blurb|removetags:"br"}}
Pingbacks
-
{% for pingback in object.pingbacks %}
- {{pingback.snippet}} {% endfor %}
Comments
{% include "comments/commentlist.html" %} {% endif %}Add your comment
{# We only show the comments form if comments are enabled for the post #} {% if object.comments_enabled and object.published %} {% include "comments/commentform.html" %} {% else %}Sorry, Comments are closed for this post.
{% endif %}