{% extends "meeting/proceedings/edit_material_base.html" %}
{# Copyright The IETF Trust 2015-2021, All Rights Reserved #}
{% load bootstrap3 %}
{% block morecss %}
{{ form.media.css }}
{% endblock %}
{% block title %}
Upload {{ material_type.name }} for {{ meeting }} Proceedings
{% endblock %}
{% block content_header %}
Upload Proceedings Material
{{ meeting }} {{ material_type.name }}
{% endblock %}
{% block intro %}
{% if material is None %} This will be linked from the {{ meeting }} proceedings under the title "{{ material_type.name }}". {% else %} Select a file or external URL to replace the existing material. This will be linked from the {{ meeting }} proceedings under the title "{{ material.document.title }}". {% endif %}
{% endblock %} {% block edit_form %} {% endblock %} {% block js %} {{ form.media.js }} {% endblock %}