{% load i18n %}

{% trans "Comments" %}

{% if BLOG_USEDISQUS %} {% include 'vellum/comments_disqus.html' %} {% else %} {% load comments %} {% get_comment_list for object as comment_list %} {% if comment_list %} {% endif %} {% if object.allow_comments %}

{% trans "Post a Comment" %}

{% render_comment_form for object %} {% else %}

{% trans "Comments are closed" %}.

{% trans "Comments have been closed for this post" %}.

{% endif %} {% endif %}