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

{% trans "Edit Event" %}

{% if not object.primary_event %} {% trans 'Delete' %} {% endif %} {% else %}

{% trans "New Event" %}

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