{% load i18n %} {% if categories %} {% for category in categories %} {% if category.comment_templates %} {% with section_folded_pref_name="folded-admin-commenttemplates-category-"|add:category.id %}

{{ category.name }}

{% endwith %} {% endif %} {% endfor %} {% elif comment_templates %} {% else %}

{% trans "Information" %}

{% trans "There are no comment templates defined." %}

{% endif %}