{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin static bootstrap3 %} {% block title %}Add drafts to {{ session.meeting }} : {{ session.group.acronym }}{% endblock %} {% block pagehead %} {{ form.media.css }} {% endblock %} {% block content %} {% origin %}

Add drafts to {{ session.meeting }} {% if session_number %}: Session {{session_number}}{% endif %} : {{ session.group.acronym }}{% if session.name %} : {{session.name}}{% endif %}

{% comment %} TODO: put the session name here or calculate the number at the meeting {% endcomment %} {% if session.is_material_submission_cutoff %}
The deadline for submission corrections has passed. This may affect published proceedings.
{% endif %}
This form will link additional drafts to this session with a revision of "Current at time of presentation". For more fine grained control of versions, or to remove a draft from a session, adjust the sessions associated with a draft from the draft's main page.
Drafts already linked to this sesssion
{% for sp in already_linked %} {% endfor %}
Revision Document
{% if sp.rev %}-{{sp.rev}}{% else %}(current){% endif %} {{sp.document.title}} ({{sp.document.name}})
Additional drafts to link to this session
{% csrf_token %} {% bootstrap_form form %} {% buttons %} Cancel {% endbuttons %}
{% endblock %} {% block js %} {{ form.media.js }} {% endblock %}