{% load comments i18n crispy_forms_tags fluent_comments_tags %} {% if not form.target_object|comments_are_open %}

{% trans "Comments are closed." %}

{% else %} {% if not form.helper or not form.helper.form_tag %}
{% if next %}
{% endif %} {% endif %} {% block comment_form %} {% block form_fields %} {% crispy form %} {% endblock %} {% block form_actions %} {% if not form.helper.inputs %}
{% ajax_comment_tags for form.target_object %}
{% else %} {% ajax_comment_tags for form.target_object %} {% endif %} {% endblock %} {% endblock %} {% if not form.helper or not form.helper.form_tag %}
{% endif %} {% endif %}