{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static bootstrap3 widget_tweaks %} {% block pagehead %} {% endblock %} {% block content %} {% origin %}

{% block title %}Cancel Interim {% if meeting %}Meeting{% else %}Session{% endif %} {% if session_status != "sched" %}Request{% endif %}{% endblock %}

{% csrf_token %} {% bootstrap_form form layout='horizontal' %}
{% buttons %} {% if meeting %}Back {% else %}Back{% endif %} {% endbuttons %}
{% endblock %} {% block js %} {% endblock %}