{% load i18n %}

{{ form.allow_comments.label_tag }}

{{ form.allow_comments }}

{% trans 'Comments' %}

{% if comments %}
{% for comment in comments %} {% endfor %}
{% trans 'SNR' %} {% trans 'Name' %} {% trans 'Public' %} {% trans 'Edit' %}
{{ forloop.counter }}. {{comment.name}} {% trans 'Edit' %}
{% else %} {% trans 'There are no comments' %} {% endif %}