{% load i18n comment_tags %}

{% trans "Comments" %}

{% if settings.COMMENTS_DISQUS_SHORTNAME %} {% include "generic/includes/disqus_comments.html" %} {% else %} {% comment_thread object_for_comments %}
{% csrf_token %} {% if not request.POST.replied_to %} {% with posted_comment_form as comment_form %} {% include "generic/includes/comment_fields.html" %} {% endwith %} {% else %} {% with unposted_comment_form as comment_form %} {% include "generic/includes/comment_fields.html" %} {% endwith %} {% endif %}
{% endif %}