{% 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 %}
{% include "generic/includes/comment_form.html" with comment_form=posted_comment_form %}
{% else %}
{{% include "generic/includes/comment_form.html" with comment_form=unposted_comment_form %}
{% endif %}
{% endif %}
{% 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 %} {% include "generic/includes/comment_form.html" with comment_form=posted_comment_form %} {% else %} {{% include "generic/includes/comment_form.html" with comment_form=unposted_comment_form %} {% endif %} {% endif %}