{% 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 %}
{% block no-objects %} {% trans "There are no forms defined." %} {% endblock %}
{% endif %} {% endblock %} {% block sidebar-content %} {% if has_roles %}

{% trans "Actions" %}

{% trans "New Form" %} {% trans "Import" %}

{% trans "Navigation" %}

{% if is_global_accessible_forms %} {% if is_global_accessible_categories %} {% trans "Categories" %} {% endif %} {% trans "Fields blocks" %} {% trans "Data sources" %} {% endif %} {% include 'wcs/backoffice/includes/applications.html' %} {% endif %} {% endblock %}