{% extends "chrono/manager_agenda_view.html" %} {% load i18n gadjo %} {% block extrascripts %} {{ block.super }} {{ form.media }} {% endblock %} {% block breadcrumb %} {{ block.super }} {{object.agenda.label}} {% endblock %} {% block appbar %}

{% trans "Edit Event" %}

{% if not object.primary_event %} {% trans 'Delete' %} {% endif %} {% endblock %} {% block content %} {% if not object.recurrence_days and object.booking_set.exists %}

{% trans "This event has bookings. If you update it, users won't be automatically notified." %}

{% endif %}
{% csrf_token %}
{{ form|with_template }}
{% trans 'Cancel' %}
{% endblock %}