{% extends "wcs/backoffice.html" %} {% load i18n %} {% block appbar-title %}{% trans "Forms" %}{% endblock %} {% block appbar-bottom %} {% endblock %} {% block pre-content %} {% if is_global_accessible_forms and has_urgent_deprecations %} {% include "wcs/includes/urgent_deprecations.html" %} {% endif %} {% endblock %} {% block body %} {% if not has_roles %}
{% trans "You first have to define roles." %}
{% elif objects %} {% include 'wcs/backoffice/includes/forms.html' with section=view.section %} {% else %}