{% load i18n %} {% if categories %} {% for category in categories %} {% if category.comment_templates %}

{{ category.name }}

{% endif %} {% endfor %} {% elif comment_templates %} {% else %}
{% trans "There are no comment templates defined." %}
{% endif %}