{% extends "chrono/manager_agenda_week_view.html" %} {% load i18n %} {% block actions %} {{ block.super }} {% trans 'Open events' %} {% trans 'Month' %} {% trans 'Week' %} {% trans 'Day' %} {% 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 %}