{% extends "gdc/base.html" %} {% load i18n passerelle %} {% block appbar %}

GDC - {{ object.title }}

{% if perms.gdc.change_gdc %} {% trans 'edit' %} {% endif %} {% if perms.gdc.delete_gdc %} {% trans 'delete' %} {% endif %} {% endblock %} {% block content %}

Service URLĀ : {{ object.service_url }}

{% if missing_phpserialize or missing_soappy %}

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

{% endif %}

{% trans 'Endpoints' %}

{% if perms.base.view_accessright %}

{% trans "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' %} {% endif %}
{% endblock %}