{% extends "schedule/base.html" %} {% load i18n %} {% block body %}

{% trans "Delete" %}

{% trans "Are you sure that you really want to cancel this occurrence?" %}
{% csrf_token %}

{{ occurrence.title }}

From {{ occurrence.start|date:_("DATETIME_FORMAT") }} to {{ occurrence.end|date:_("DATETIME_FORMAT") }}
{% endblock %}