{% extends 'base.html' %} {% load bootstrap3 %} {% block content %}

Unschedule Event {{ event_slot.event.title }}?

This EventSlot runs from {{ event_slot.when.lower }} to {{ event_slot.when.upper }}. It is part of an EventSession for {{ event_slot.event_type.icon_html }} {{ event_slot.event_type }} at location {{ event_slot.event_location }}.

The scheduled Event is titled {{ event_slot.event.title }}

Really unschedule this Event?

{% csrf_token %} {% bootstrap_form form %} Cancel
{% endblock content %}