{% extends "chrono/manager_agenda_view.html" %} {% load i18n %} {% block appbar %} {% block navigation %}{% endblock %} {% block actions %} {% if user_can_manage %} {% trans 'Settings' %} {% endif %} {% trans 'Print' %} {% include "chrono/manager_agenda_view_buttons_fragment.html" with active=kind %} {% endblock %} {% endblock %}