{% extends "chrono/manager_home.html" %} {% load staticfiles 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 %} ({{ object.cancellation_status }}) {% endif %}

{% if user_can_manage %} {% trans 'Delete' %} {% if not event.cancellation_status %} {% trans "Cancel" %} {% endif %} {% trans "Options" %} {% endif %} {% if object.agenda.booking_form_url %} {% trans "Booking form" %} {% endif %} {% endblock %} {% block content %}
{% include "chrono/manager_event_detail_fragment.html" %}
{% endblock %}