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

Concerto - {{ object.title }}

{% if perms.concerto.change_concerto %} {% trans 'edit' %} {% endif %} {% if perms.concerto.delete_concerto %} {% trans 'delete' %} {% endif %} {% endblock %} {% block content %}

{% trans 'Endpoints' %}

{% if perms.base.view_accessright %}

{% trans "Security" %}

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

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