{% 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" %} {% ifequal settings.CAPTCHA "recaptcha" %}{% endifequal %} {% ifapp pingback %}{% endifapp %} {% revcanonical object %} {% endblock %} {% block content %} {% include "blog/post_entry.html" %} {% ifapp watchlist %} {% load watchlist_tags %} {% if form.subscribe %} {# using CommentForm feature for detection if user is already subscribed to object #} {% trans "Subscribe" %} {% else %} {% trans "Unsubscribe" %} {% endif %} ({% trans "already" %}: {{ object.watchlist_count }}) {% endifapp %} {% trans "Comment post" %} {% block pingbacks %} {% if object.pingback_count %}
{% trans "Comments" %}
{% if not comments %}