{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %}Remove {{doc}} from session{% endblock %} {% block content %} {% origin %}

Confirm removing document from session

{% if sp.session.is_material_submission_cutoff %}

The deadline for submission corrections has passed. This may affect published proceedings.

{% endif %}

Document

{{sp.document.name}}{% if sp.rev %}-{{sp.rev}}{% else %} (current version){% endif %}

{{sp.document.title}}

Session

{{sp.session}}

{% csrf_token %} {% buttons %} Cancel {% endbuttons %}
{% endblock %}