{% extends "chrono/manager_base.html" %} {% load i18n %} {% block appbar %}

{% trans 'Agendas' %}

{% endblock %} {% block content %}

{% trans 'This screen displays agendas you can access.' %}

{% trans 'Unfortunately, there is still no agenda configured this way.' %}

{% endblock %}