{% 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 %}
{% 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 %} {% endif %} {% if publisher.get_backoffice_root.forms.blocks.is_accessible %} {% trans "Blocks of fields" %} {% endif %} {% if publisher.get_backoffice_root.forms.data_sources.is_accessible %} {% trans "Data sources" %} {% endif %} {% include 'wcs/backoffice/includes/applications.html' %} {% endif %} {% endblock %}