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

{% trans "Comments are closed." %}

{% else %}
{% if next %}
{% endif %} {% crispy form %}
{% ajax_comment_tags for form.target_object %}
{% endif %}