{% extends "chrono/manager_agenda_week_view.html" %} {% load i18n %} {% block actions %} {{ block.super }} {% include "chrono/manager_agenda_view_buttons_fragment.html" with active='week' %} {% endblock %} {% block content %}

{% trans "Events" %}

{% include 'chrono/manager_event_cancellation_report_notice.html' %}
{% if object_list %} {% include "gadjo/pagination.html" %} {% else %}
{% blocktrans trimmed %} This week doesn't have any event configured. {% endblocktrans %}
{% endif %}
{% endblock %}