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

Documents on future IESG telechat agendas

{% if user|has_role:"Secretariat" %}
{% csrf_token %} {% endif %} {% for t in telechats %}

IESG telechat {{t.date}} {{t.pages}} page{{t.pages|pluralize}}

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_row_positions=True %} {% endfor %}
Document Date Status IPR AD / Shepherd
{% endif %} {% endfor %}
{% endfor %} {% if user|has_role:"Secretariat" %}
{% endif %} {% endblock content %} {% block js %} {% endblock %}