{% extends "chrono/manager_home.html" %} {% load static i18n %} {% block extrascripts %} {{ block.super }} {% endblock %} {% block page-title-extra-label %} - {% firstof agenda.label object.label %} {% endblock %} {% block breadcrumb %} {{ block.super }} {{agenda.label}} {{object}} {% endblock %} {% block appbar %}

{% if object.label %} {{ object.label }} — {{object.start_datetime|date:"DATETIME_FORMAT"}} {% else %} {{ object.start_datetime|date:"DATETIME_FORMAT"}} {% endif %} {% if object.cancellation_status %}{{ event.cancellation_status }}{% endif %} {% if event.main_list_full %}{% trans "Full" %}{% endif %} {% if event.checked %}{% trans "Checked" %}{% endif %}

{% block appbar_actions %} {% if user_can_manage or object.agenda.booking_form_url %} {% endif %} {% if object.is_day_past and not object.cancelled %} {% trans "Check" %} {% endif %} {% endblock %} {% endblock %} {% block content %}
{% include "chrono/manager_event_detail_fragment.html" %}
{% endblock %}