{% extends "passerelle/manage/service_view.html" %} {% load i18n passerelle %} {% block description %}

Service URLĀ : {{ object.url }}

{% endblock %} {% block endpoints %} {% endblock %} {% block security %}

{% trans 'Accessing the listings is open, but posting requests is limited to the following API users:' %}

{% access_rights_table resource=object permission='can_post_request' %} {% endblock %}