{% 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 %}
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.
{% endfor %} |
---|
{% for group in p.group_list %}
|
{% endfor %}
No WG / RG data available -- no WG / RG sessions have been scheduled yet.{% endif %}
Also show sessions of these groups:
{# 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:"/ |
{% if item.session.agenda %} {{item.timeslot.name}} {% else %} {{item.timeslot.name}} {% endif %} {% if item.session.current_status == 'canceled' %} CANCELLED {% endif %} |
{% if item.timeslot.type.slug == 'other' %}
{% if item.session.agenda %}
{% include "meeting/session_buttons_include.html" with show_agenda=True session=item.session meeting=schedule.meeting %}
{% else %}
{% for slide in item.session.slides %}
{{ slide.title|clean_whitespace }}
{% endfor %} {% endif %} {% 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:"/ |
{% else %}
{% 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:"/ |
{{item.session.historic_group.historic_parent.acronym}} | {% if item.session.historic_group %} {{item.session.historic_group.acronym}} {% else %} {{item.session.historic_group.acronym}} {% endif %} | {% 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 %} |
{% include "meeting/session_buttons_include.html" with show_agenda=True session=item.session meeting=schedule.meeting %} |