{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load staticfiles %} {% load ietf_filters %} {% load textfilters %} {% load htmlfilters %} {% 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 %}
{% if "-utc" in request.path %} {% include "meeting/meeting_heading.html" with meeting=schedule.meeting updated=updated selected="agenda-utc" title_extra="(UTC)" %} {% else %} {% include "meeting/meeting_heading.html" with meeting=schedule.meeting updated=updated selected="agenda" title_extra="" %} {% 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

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

{% if schedule.meeting.agenda_info_note %}

{{ schedule.meeting.agenda_info_note|removetags:"h1"|safe }}

{% endif %}

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.

{% if group_parents|length %}

Groups displayed in italics are BOFs.

{% for p in group_parents %} {% endfor %} {% for p in group_parents %} {% endfor %}
{% for group in p.group_list %}
{% endfor %}
{% else %}
No WG / RG data available -- no WG / RG sessions have been scheduled yet.
{% endif %}

Also show sessions of these groups:

Download as .ics

{% for p in group_parents %} {{p.acronym|upper}} {% endfor %} Non-area events

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

{% for item in filtered_assignments %} {% ifchanged item.timeslot.time|date:"Y-m-d" %} {% endifchanged %} {% if item.timeslot.type_id == 'regular' %} {% ifchanged %} {% endifchanged %} {% endif %} {% if item.timeslot.type.slug == 'break' or item.timeslot.type.slug == 'reg' or item.timeslot.type.slug == 'other' %} {% endif %} {% if item.timeslot.type_id == 'regular' or item.timeslot.type.slug == 'plenary' %} {% if item.session.historic_group %} {% if item.timeslot.type.slug == 'plenary' %} {% else %} {% endif %} {% endif %} {% endif %} {% endfor %}
{# The anchor here needs to be in a div, not in the th, in order for the anchor-target margin hack to work #}
{% 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 %} {% if schedule.meeting.number|add:"0" < 96 %} {{item.timeslot.get_location|split:"/"|join:"/"}} {% elif item.timeslot.location.floorplan %} {{item.timeslot.get_location|split:"/"|join:"/"}} {% else %} {{item.timeslot.get_location|split:"/"|join:"/"}} {% endif %} {% with item.timeslot.location.floorplan as floor %} {% if item.timeslot.location.floorplan %} {{floor.short}} {% endif %} {% endwith %} {% endif %} {% if item.session.agenda %} {{item.timeslot.name}} {% else %} {{item.timeslot.name}} {% endif %} {% if item.session.current_status == 'canceled' %} CANCELLED {% 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 item.timeslot.show_location and item.timeslot.get_location %} {% if schedule.meeting.number|add:"0" < 96 %} {{item.timeslot.get_location|split:"/"|join:"/"}} {% elif item.timeslot.location.floorplan %} {{item.timeslot.get_location|split:"/"|join:"/"}} {% else %} {{item.timeslot.get_location|split:"/"|join:"/"}} {% endif %} {% endif %} {% with item.timeslot.location.floorplan as floor %} {% if item.timeslot.location.floorplan %} {{floor.short}} {% endif %} {% endwith %} {% if item.timeslot.show_location and item.timeslot.get_location %} {% if schedule.meeting.number|add:"0" < 96 %} {{item.timeslot.get_location|split:"/"|join:"/"}} {% elif item.timeslot.location.floorplan %} {{item.timeslot.get_location|split:"/"|join:"/"}} {% else %} {{item.timeslot.get_location|split:"/"|join:"/"}} {% endif %} {% endif %} {% if item.session.historic_group %} {{item.session.historic_group.acronym}} {% else %} {{item.session.historic_group.acronym}} {% endif %} {% if item.session.agenda %} {% endif %} {% if item.timeslot.type.slug == 'plenary' %} {{item.timeslot.name}} {% else %} {{item.session.historic_group.name}} {% endif %} {% if item.session.agenda %} {% endif %} {% if item.session.historic_group.state_id == "bof" %} BOF {% endif %} {% if item.session.current_status == 'canceled' %} CANCELLED {% endif %} {% if item.session.agenda_note|first_url %}
{{item.session.agenda_note|slice:":23"}} {% elif item.session.agenda_note %}
{{item.session.agenda_note}} {% endif %}
{% endcache %} {% endblock %} {% block js %} {% endblock %}