{% extends "chrono/manager_agenda_month_view.html" %} {% load i18n %} {% block agenda-extra-menu-actions %}
  • {% trans 'Cancellation error reports' %}
  • {% if agenda.subscriptions.exists %}
  • {% trans 'Timesheet' %}
  • {% endif %} {% endblock %} {% block content %}

    {% trans "Events" %}

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