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

    {% blocktrans with weeknum=view.first_day|date:"W" %}Events - Week {{ weeknum }}{% endblocktrans %}

    {% 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 %}