{% extends "wcs/backoffice.html" %} {% load i18n %} {% block appbar-title %}{% trans "Data Source" %} - {{ datasource.name }}{% endblock %} {% block appbar-actions %} {% if not datasource.is_readonly %} {% include "wcs/backoffice/includes/documentation-editor-link.html" %} {% endif %} {% endblock %} {% block body %} {% include "wcs/backoffice/includes/documentation.html" with element=datasource object=datasource %} {% if datasource.data_source %}

{% trans "Configuration" %}

{% if view.has_preview_block %}

{% trans "Preview (first items only)" %}

{% trans "Loading items..." %}
{% endif %} {% with fields=view.usage_in_formdefs %} {% if fields %}

{% trans "Usage in forms" %}

{% endif %} {% endwith %} {% else %}

{% trans "Not configured" %}

{% endif %} {% endblock %} {% block sidebar-content %} {% if datasource.is_readonly %}

{% trans "This data source is readonly." %}

{{ view.snapshot_info_block|safe }} {% endif %} {% if datasource.external == "agenda" or not datasource.is_readonly %}

{% trans "Actions" %}

{% if not datasource.is_readonly %}

{% trans "Navigation" %}

{% endif %} {% endif %} {% include 'wcs/backoffice/includes/applications.html' with applications=datasource.applications prefix='../' %} {% endblock %}