{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load ietf_filters %} {% block title %} IETF {{ schedule.meeting.number }} meeting agenda {% if "-utc" in request.path %} (UTC) {% endif %} {% endblock %} {% block morecss %} iframe#weekview { height: 600px; width: 100%; } tr:not(:first-child) th.gap { height: 3em !important; background-color: inherit !important; border: none !important; } tr:first-child th.gap { height: 0 !important; background-color: inherit !important; border: none !important; } {% endblock %} {% block bodyAttrs %}data-spy="scroll" data-target="#affix"{% endblock %} {% block content %} {% origin %}
{% include "meeting/meeting_heading.html" with meeting=schedule.meeting %}

Updated {{ updated|date:"Y-m-d \a\t G:i:s (T)" }}

Note: IETF agendas are subject to change, up to and during a meeting.

{% if "-utc" in request.path %} Agenda in local timezone, {% else %} {% comment %}Agenda in UTC timezone,{% endcomment %} Agenda in UTC timezone, {% endif %} Plaintext agenda, Tools-style agenda {% if user|has_role:"Secretariat,Area Director,IAB" %} , List by Room, List by Type, Room Grid {% endif %}

{# cache this part for 5 minutes -- it takes 3-6 seconds to generate #} {% load cache %} {% cache 300 ietf_meeting_agenda_utc schedule.meeting.number request.path %}

Agenda

You can customize the agenda view to show only selected sessions, by clicking on groups and areas in the table below. To be able to return to the customized view later, bookmark the resulting URL.

Groups displayed in italics are BOFs.

{% regroup schedule.groups by parent.acronym as area_sessions %} {% for area in area_sessions %} {% endfor %} {% for area in area_sessions %} {% endfor %}
{% for wg in area.list %}
{% endfor %}

Also show sessions of these groups:

Download as .ics

{% for area in schedule.area_list %} {{area|upper}} {% endfor %} Non-area events

Schedule {% if schedule.meeting.agenda_note %} {{ schedule.meeting.agenda_note|removetags:"h1"|safe }} {% endif %}

{% for item in filtered_assignments.all %} {% ifchanged item.timeslot.time|date:"Y-m-d" %} {% endifchanged %} {% if item.timeslot.type.slug == 'session' %} {% ifchanged %} {% endifchanged %} {% endif %} {% if item.timeslot.type.slug == 'break' or item.timeslot.type.slug == 'reg' or item.timeslot.type.slug == 'other' %} {% with session_id=item.timeslot.time|date:"D-Hi"|lower|add:"-"|add:item.session.group.acronym|lower|add:"-"|add:item.timeslot.get_location|slugify %} {% endwith %} {% endif %} {% if item.timeslot.type.slug = 'session' or item.timeslot.type.slug == 'plenary' %} {% if item.session.group %} {% with session_id=item.timeslot.time|date:"D-Hi"|lower|add:"-"|add:item.area|default:"unknown"|lower|add:"-"|add:item.session.group.acronym|lower %} {% if item.timeslot.type.slug == 'plenary' %} {% else %} {% endif %} {% endwith %} {% endif %} {% endif %} {% endfor %}
{% if "-utc" in request.path %} {{ item.timeslot.utc_start_time|date:"l, F j, Y" }} (UTC) {% else %} {{ item.timeslot.time|date:"l, F j, Y" }} ({{item.timeslot.tzname}}) {% endif %}
{% if "-utc" in request.path %} {{item.timeslot.utc_start_time|date:"G:i"}}-{{item.timeslot.utc_end_time|date:"G:i"}} {% else %} {{item.timeslot.time|date:"G:i"}}-{{item.timeslot.end_time|date:"G:i"}} {% endif %} {% if "-utc" in request.path %} {{ item.timeslot.utc_start_time|date:"l"}} {% else %} {{ item.timeslot.time|date:"l"}} {% endif %} {{item.timeslot.name|capfirst_allcaps}}
{% if "-utc" in request.path %} {{item.timeslot.utc_start_time|date:"G:i"}}-{{item.timeslot.utc_end_time|date:"G:i"}} {% else %} {{item.timeslot.time|date:"G:i"}}-{{item.timeslot.end_time|date:"G:i"}} {% endif %} {% if item.timeslot.show_location and item.timeslot.get_location %} {{item.timeslot.get_location|split:"/"|join:"/"}} {% endif %} {{item.timeslot.name}}
{% if "-utc" in request.path %} {{item.timeslot.utc_start_time|date:"G:i"}}-{{item.timeslot.utc_end_time|date:"G:i"}} {% else %} {{item.timeslot.time|date:"G:i"}}-{{item.timeslot.end_time|date:"G:i"}} {% endif %} {% if item.timeslot.show_location and item.timeslot.get_location %} {{item.timeslot.get_location|split:"/"|join:"/"}} {% endif %} {% if item.timeslot.show_location and item.timeslot.get_location %} {{item.timeslot.get_location|split:"/"|join:"/"}} {% endif %} {% if item.session.group.charter %} {{item.session.group.acronym}} {% else %} {{item.session.group.acronym}} {% endif %} {% if item.session.agenda %} {% endif %} {% if item.timeslot.type.slug == 'plenary' %} {{item.timeslot.name}} {% else %} {{item.session.group.name}} {% endif %} {% if item.session.agenda %} {% endif %} {% if item.session.group.state.name = "BOF" %} BOF {% endif %} {% if item.session.agenda_note %}
{{item.session.agenda_note}} {% endif %}
{% endcache %} {% endblock %} {% block js %} {% endblock %}