{% extends "wcs/backoffice.html" %} {% load i18n %} {% block appbar-title %}{{ category.name }}{% endblock %} {% block appbar-actions %} {% trans "Delete" %} {% trans "Edit" %} {% endblock %} {% block content %} {{ block.super }} {% if category.description %}
{{ category.get_description_html_text|safe }}
{% endif %}

{% trans view.usage_title %}

{% with view.get_formdefs as formdefs %} {% if formdefs %} {% else %}

{% trans view.empty_message %}

{% endif %} {% endwith %}
{% if category.export_roles or category.statistics_roles or category.management_roles %}

{% trans "Permissions" %}

{% endif %} {% endblock %}