{% extends "wcs/backoffice.html" %} {% load i18n %} {% block appbar-title %}{% trans "Comment Templates" %}{% endblock %} {% block sidebar-content %}

{% trans "Actions" %}

{% trans "New comment template" %} {% trans "Import" %}

{% trans "Navigation" %}

{% trans "Categories" %} {% endblock %} {% block body %} {% 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 %} {% endblock %}