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

{% trans "Settings" %}

{% if user.is_staff %} {% endif %} {% trans 'Add custody period' %} {% if has_holidays %} {% trans 'Add custody rule during holidays' %} {% endif %} {% trans 'Add custody rule' %} {% if user.is_staff %} {% endif %} {% endblock %} {% block content %} {% if not agenda.is_complete %}

{% trans "Custody rules are not complete." %}

{% endif %}
{% if has_holidays %} {% endif %}
{% if agenda.rules.all %} {% else %}
{% blocktrans trimmed %} This agenda doesn't have any custody rules yet. {% endblocktrans %}
{% endif %}
{% if has_holidays %} {% endif %}
{% endblock %}