{% extends "chrono/manager_agenda_view.html" %} {% load i18n %} {% block breadcrumb %} {{ block.super }} {% if desk %} {% trans "Settings" %} {% else %} {% trans "Settings" %} {% endif %} {% endblock %} {% block appbar %}

{% trans "Settings" %} [{% trans "identifier:" %} {{object.slug}}]

{% if user_can_manage %} {% endif %} {% endblock %} {% block content %}
{% block agenda-settings-extra-tab-buttons %}{% endblock %} {% if object.kind != 'virtual' and not object.partial_bookings %} {% endif %} {% if user_can_manage %} {% endif %}
{% block agenda-settings-extra-tab-list %}{% endblock %} {% if object.kind != 'virtual' and not object.partial_bookings %} {% endif %} {% if user_can_manage %} {% endif %}
{% endblock %} {% block sidebar %} {% endblock %}