{% 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 }}
{% for comment_template in category.comment_templates %}