{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin static %} {% load ballot_icon %} {% load ietf_filters %} {% load django_bootstrap5 %} {% block pagehead %} {% endblock %} {% block title %}Documents on future IESG telechat agendas{% endblock %} {% block content %} {% origin %}

Documents on future IESG telechat agendas

{% include "iesg/nav.html" with active="agenda_documents" %} {% if user|has_role:"Secretariat" %}
{% csrf_token %} {% endif %} {% for t in telechats %}

IESG telechat {{ t.date }}
{{ t.pages }} page{{ t.pages|pluralize }} {% if t.ad_pages_left_to_ballot_on %} ({{ t.ad_pages_left_to_ballot_on }} pages left to ballot on) {% endif %}

Full IESG agenda Download documents
{% for num, section in t.sections %} {% if "docs" not in section or section.docs %} {% if num|sectionlevel == 1 %}

{{ num }}. {{ section.title|safe }}

{% endif %} {% if num|sectionlevel == 2 %}

{{ num }} {{ section.title|safe }}

{% endif %} {% if num|sectionlevel == 3 %}
{{ num }} {{ section.title|safe }}
{% endif %} {% endif %} {% if "docs" in section and section.docs %} {% for doc in section.docs %} {% include "doc/search/search_result_row.html" with color_ad_position=True show_ad_and_shepherd=True %} {% endfor %}
Document Date Status IPR AD/Shepherd
{% endif %} {% endfor %}
{% endfor %} {% if user|has_role:"Secretariat" %} {% bootstrap_button button_type="submit" content="Save reschedules" title="Save reschedule changes done with the drop-down boxes below" %}
{% endif %} {% endblock %} {% block js %} {% endblock %}