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

{% trans "Comments are closed." %}

{% else %}
{% csrf_token %} {% if next %}
{% endif %} {{ form|crispy }}
{% ajax_comment_tags %}
{% endif %}