{# Copyright (c) 2006-2007, PreFab Software Inc. #} {% load blog_extras %} {% load prefab_tags %} {% load comment_utils %} {% load markup %}
{% if forloop %}

{% else %}

{% endif %}{{ object.headline }}{% if forloop %}

{% else %}{% endif %}
Posted by {{ object.user|title }} on {{ object.pub_date|date:"F" }} {{ object.pub_date|date:"d" }}, {{ object.pub_date|date:"Y" }} at {{ object.pub_date|time }}
{% if object.image %}
Link to {{ object.headline }}
{{ object.copyright }}
{% endif %}
{{ object.body|markdown|expand_shortcuts }}
{% get_public_comment_count for blog.entry object.id as comment_count %} {% get_public_trackback_count for blog.entry object.id as trackback_count %} {{ comment_count }} comment{{ comment_count|pluralize }}, {{ trackback_count }} trackback{{ trackback_count|pluralize }} (URL) {% for t in object.get_tags %}{% if forloop.first %}, Tags:{% endif %} {{ t }} {% endfor %}
{% if forloop.counter %} {% else %}
{% for object in object.get_related_entries %} {% if forloop.first %} Related Posts:
{% endif %}    {{ forloop.counter }}. {{ object.headline }}
{% endfor %}
{% endif %}