{% extends "chrono/manager_base.html" %} {% load i18n %} {% block breadcrumb %} {{ block.super }} {% trans "Unavailability Calendars" %} {% endblock %} {% block appbar %}

{% trans 'Unavailability Calendars' %}

{% if user.is_staff %} {% trans 'New' %} {% endif %} {% endblock %} {% block content %} {% if object_list %}
{% else %}
{% blocktrans %} This site doesn't have any unavailability calendar yet. Click on the "New" button in the top right of the page to add a first one. {% endblocktrans %}
{% endif %} {% endblock %}