{% load i18n mezzanine_tags comment_tags %}

{% trans "Comments" %}

{% if settings.COMMENTS_DISQUS_SHORTNAME %} {% include "generic/includes/disqus_comments.html" %} {% else %} {% comment_thread object_for_comments %}

{% trans "New Comment" %}

{% if not request.POST.replied_to %} {% fields_for posted_comment_form %} {% else %} {% fields_for unposted_comment_form %} {% endif %}
{% endif %}