{% extends "meeting/proceedings/edit_material_base.html" %} {# Copyright The IETF Trust 2021, All Rights Reserved #} {% load tz %} {% block intro %}

{% if material.active %} This item will be listed on the proceedings as "{{ material }}". To change this, set the title below.
{% else %} This item currently will not appear on the proceedings.
{% endif %}

{% endblock %}