{% load i18n %} {% load lfc_tags %} {% ifhasperm edit %}

{{ form.allow_comments.label_tag }}

{{ form.allow_comments }}
{% endifhasperm %}

{% trans 'Comments' %}

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