{% load i18n %} {% block body %}

{% trans "Webservice Call" %} - {{ wscall.name }}

{% if not wscall.is_readonly %} {% include "wcs/backoffice/includes/documentation-editor-link.html" %} {% trans "Edit" %} {% endif %}
{% include "wcs/backoffice/includes/documentation.html" with element=wscall object=wscall %}

{% trans "Parameters" %}

{% trans "Usage" %}

{% endblock %}