{% load i18n comments %}
{% if object.allow_comments %}

w {% trans "send your comment" %}

{% render_comment_form for object %}
{% else %}

{% trans "comments are disabled for this post" %}

{% endif %} {% if comment_count %}
{% render_comment_list for object %}
{% endif %}