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

Confirm removing from session
{{ sp.document.name }}

{% 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 %}
Title: {{ sp.document.title }}
Session: {{ sp.session }}
{% csrf_token %} Back
{% endblock %}