{% extends "master.html" %} {% block title %}Delete meeting{% endblock %} {%block tag %}mymeeting{% endblock %} {% block content %}
Stored as:
You are removing this meeting from the calendar {{ meeting.calendar_name }}.
Are you positively sure that's what you want to do?
{% endblock %} {% block jscripts %} {{ super() }} {% endblock %}