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

{% trans 'Missing runtime dependencies:' %} {% if missing_phpserialize %}phpserialize{% endif %}

{% endif %} {% 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 %}