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

{% trans "Family" %}

{% trans "User" %}

{% trans "Address" %}

{% trans "Other references" %}

{% trans 'Verifications before injection' %}

{% trans 'Insert objects in sas' %}

{% trans 'Push sas objects to Agora+' %}

{% trans 'Remove sas objects' %}

{% trans 'Incomes' %}

{% trans 'Enrollments' %}

{% trans 'Invoices' %}

{% trans 'Documents' %}

{% endblock %} {% block security %}

{% trans 'Access is limited to the following API users:' %}

{% access_rights_table resource=object permission='can_access' %}

{% trans 'Sas access is limited to the following API users:' %}

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