{% 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 %}
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.
{# 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 %}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 %}{% endfor %} |
---|
{% for wg in area.list %}
|
{% endfor %}
Also show sessions of these groups:
{% 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:"/ |
{{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:"/ |
{% else %}
{% if item.timeslot.show_location and item.timeslot.get_location %}
{{item.timeslot.get_location|split:"/"|join:"/ |
{{item.session.group.parent.acronym}} | {% if item.session.group.charter %} {{item.session.group.acronym}} {% else %} {{item.session.group.acronym}} {% endif %} | {% 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 %} |
{% if item.session.agenda %} {% endif %} |