{% extends "base.html" %} {% load i18n %} {% load pytils_dt %} {% load pytils_numeral %} {% load discussion_tags %} {% load theme %} {% block title %}{{ object.name }}{% endblock %} {% block extrahead %} {% theme_css "highlight" %} {% theme_js "highlight.pack" %} {% theme_js "comments" %} {% theme_js "jquery.form" %} {% theme_js "ajaxforms" %} {% ifapp pingback %}{% endifapp %} {% revcanonical object %} {% endblock %} {% block content %} {% include "blog/post_entry.html" %} {% block pingbacks %} {% if object.pingback_count %}

{% trans "Pingbacks" %}

{% for pingback in object.pingbacks.all %} {% include "blog/pingback.html" %} {% endfor %}
{% endif %} {% endblock %} {% comment_tree_for_object object as comments %} {% block comments %}

{% trans "Comments" %}

{% if not comments %}
{% trans "No comments for this post" %}
{% endif %} {% for comment in comments %} {% include "blog/comment.html" %} {% endfor %} {% if object.comments_open %}{% if not reply_to %} {% include "blog/comment_form.html" %} {% endif %}{% endif %}
{% endblock %}

{% endblock %}