{% extends "base.html" %} {# Copyright The IETF Trust 2021, All Rights Reserved #} {% load origin bootstrap3 %} {% block morecss %} img.logo {max-width: 30rem; max-height: 30rem;} {% endblock %} {% block title %} Edit Hosts for {{ meeting }} Proceedings {% endblock %} {% block content %} {% origin %}

Edit Meeting Hosts
{{ meeting }}

{% if meeting.proceedings_final %}
The proceedings for this meeting have already been finalized.
{% endif %}

The entries below will appear on the proceedings as meeting hosts. If you need to add more than there are slots, fill out the form below, save, and reopen this page.

{% csrf_token %} {{ formset.management_form }} {{ formset.non_form_errors }} {% for form in formset %} {% endfor %}
{% if form.instance.pk and form.instance.logo %} {% endif %} {% bootstrap_form form %}
{% buttons %} Back {% endbuttons %}
{% endblock content %}