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

ClicRdv - {{ object.title }}

{% if perms.clicrdv.change_clicrdv %} {% trans 'edit' %} {% endif %} {% if perms.clicrdv.delete_clicrdv %} {% trans 'delete' %} {% endif %} {% endblock %} {% block content %}

Server: {{ object.server }}

{% trans 'Endpoints' %}

{% if perms.base.view_accessright %}

{% trans "Security" %}

{% trans 'Accessing the listings is open, but creation and cancellation of appointments requests is limited to the following API users:' %}

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