{% extends "master.html" %} {% block title %} {{ calendarobj.calendar_name }} {% endblock %} {% set title_extent = 'delete calendar' %} {% block content %}

Calendar: {{ calendarobj.calendar_name}}

Are you positively sure that's what you want to do?

{{ render_field_invert(form.confirm_delete) }}

{{ form.csrf_token }}
{% endblock %}