{% extends "wcs/backoffice.html" %} {% load i18n %} {% block appbar-title %}{{ category.name }}{% endblock %} {% block appbar-actions %} {% if not category.is_readonly %}
{% trans "Edit" %} {% endif %} {% endblock %} {% block content %} {{ block.super }} {% if not category.snapshot_object %}{% trans "Identifier:" %} {{ category.slug }}
{% if category.description %} {{ category.get_description_html_text|safe }} {% endif %}{% trans view.empty_message %}
{% block sidebar-content-readonly-message %}{% trans "This category is readonly." %}{% endblock %}