{% extends "wcs/backoffice.html" %} {% load i18n %} {% block appbar-title %}{% trans "Forms" %}{% 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 %}