{% 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 view.empty_message %}
{% block sidebar-content-readonly-message %}{% trans "This category is readonly." %}{% endblock %}