{% load comments i18n %} {% block comment-separator %}
{% endblock %} {% get_comment_count for parent as comment_count %} {% if comment_count %} {% blocktrans %}{{ comment_count }} comments.{% endblocktrans %} {% block comment-list %} {% endblock comment-list %} {% else %} {% trans "No comments." %} {% endif %} {% block comment-form %} {% if content.comments_enabled %}
{% csrf_token %} {{ form.as_p }}
{% endif %} {% endblock comment-form %}