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

BDP - {{ object.title }}

{% if perms.bdp.change_bdp %} {% trans 'edit' %} {% endif %} {% if perms.bdp.delete_bdp %} {% trans 'delete' %} {% endif %} {% endblock %} {% block content %}

Service URLĀ : {{ object.service_url }}

{% trans 'Endpoints' %}

{% trans 'Examples' %}

{% if perms.base.view_accessright %}

{% trans "Security" %}

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

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