{% extends "wcs/backoffice.html" %} {% load i18n %} {% block appbar-title %}{% trans "Webservice Call" %} - {{ wscall.name }}{% endblock %} {% block appbar-actions %} {% if not wscall.is_readonly %}
{% include "wcs/backoffice/includes/documentation-editor-link.html" %} {% endif %} {% endblock %} {% block body %} {% include "wcs/backoffice/includes/documentation.html" with element=wscall object=wscall %}{% trans "Searching..." %}
{% trans "This webservice call is readonly." %}