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

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

{% if session.is_material_submission_cutoff %}
The deadline for submission corrections has passed. This may affect published proceedings.
{% endif %} {% if already_linked|length > 0 %}

Recordings already linked to this session

{% csrf_token %} {% for sp in already_linked %}{% with recording_doc=sp.document %} {% endwith %}{% endfor %}
Title URL Delete
{{ recording_doc.title }} {{ recording_doc.external_url }}
{% endif %}

Really delete the link to (default)?

{% csrf_token %}

Add a recording to this session

{% csrf_token %} {% bootstrap_form form %} Back
{% endblock %} {% block js %} {{ form.media.js }} {% endblock %}