IESG Agenda: {{ date}}
See also: Documents on Future IESG Telechat Agendas and IESG Discuss Positions.
1. Administrivia
1.1 {% if private or user|in_group:"Area_Director,Secretariat" %}Roll Call{%else%}Roll Call{%endif%}
1.2 Bash the Agenda
1.3 Approval of the {% if private or user|in_group:"Area_Director,Secretariat" %}Minutes{%else%}Minutes{%endif%} of Past Telechats
1.4 List of Remaining Action Items from Last Telechat
{{ action_items }}
{% with "iesg/agenda_doc.html" as doc_template %}
{% include "iesg/agenda_outline_23.html" %}
{% endwith %}
{% with "iesg/agenda_wg.html" as wg_template %}
{% include "iesg/agenda_outline_4.html" %}
{% endwith %}
5. IAB News We Can Use
{% if private or user|in_group:"Area_Director,Secretariat" %}6. Management Issues{%else%}6. Management Issues{%endif%}
{% for m in mgmt %}
6.{{forloop.counter}} {{m.title|escape}}
{% if user|in_group:"Area_Director,Secretariat" %}
{{m.text|wordwrap:"76"}}
{% endif %}{# if user|in_group #}
{% endfor %}
7. Working Group News
{% endblock content %}