{% extends "base.html" %} {# Copyright The IETF Trust 2015-2021, All Rights Reserved #} {% load origin %} {% load static %} {% load ietf_filters %} {% load textfilters %} {% load htmlfilters agenda_custom_tags%} {% 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; } .session-materials .agenda-frame,.minutes-frame { white-space: normal; } div.tz-display { margin-bottom: 0.5em; margin-top: 1em; text-align: right; } .tz-display a { cursor: pointer; } .tz-display label { font-weight: normal; } .tz-display select { min-width: 15em; } #affix .nav li.tz-display { padding: 4px 20px; } #affix .nav li.tz-display a { display: inline; padding: 0; } {% 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.
{% endif %} {% if schedule.meeting.agenda_info_note %}{{ schedule.meeting.agenda_info_note|removetags:"h1"|safe }}
{% endif %} {% include "meeting/agenda_filter.html" with filter_categories=filter_categories customize_button_text="Customize the agenda view..." %}{# The anchor here needs to be in a div, not in the th, in order for the anchor-target margin hack to work #} {{ item.timeslot.time|date:"l, F j, Y" }} | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
{% include "meeting/timeslot_start_end.html" %}
|
{% endif %} {% endwith %} {% endif %} | {% if item.timeslot.show_location and item.timeslot.location %}{% location_anchor item.timeslot %} {{ item.timeslot.get_html_location }} {% end_location_anchor %}{% endif %} {% if item.timeslot.show_location and item.timeslot.get_html_location %} {% with item.timeslot.location.floorplan as floor %} {% if item.timeslot.location.floorplan %}
{% agenda_anchor item.session %}
{% assignment_display_name item %}
{% end_agenda_anchor %}
{% if item.session.current_status == 'canceled' %}
CANCELLED
{% else %}
{% if item.slot_type.slug == 'other' %}
{% if item.session.agenda or item.session.remote_instructions or item.session.agenda_note %}
{% include "meeting/session_buttons_include.html" with show_agenda=True item=item schedule=schedule %}
{% else %}
{% for slide in item.session.slides %}
{{ slide.title|clean_whitespace }}
{% endif %}
{% endfor %} {% endif %} {% endif %} |
||||||||
{% include "meeting/timeslot_start_end.html" %}
|
{{ item.timeslot.time|date:"l"}} {{item.timeslot.name|capfirst_allcaps}} | |||||||||
{% if item.slot_type.slug == 'plenary' %} |
{% include "meeting/timeslot_start_end.html" %}
|
{% else %} {% if item.timeslot.show_location and item.timeslot.location %}{% location_anchor item.timeslot %} {{ item.timeslot.get_html_location }} {% end_location_anchor %}{% endif %} | {% with item.timeslot.location.floorplan as floor %} {% if item.timeslot.location.floorplan %} {% endif %} {% endwith %} | {% if item.timeslot.show_location and item.timeslot.location %}{% location_anchor item.timeslot %} {{ item.timeslot.get_html_location }} {% end_location_anchor %}{% endif %} | {{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 %}
{% agenda_anchor item.session %}
{% assignment_display_name item %}
{% end_agenda_anchor %}
{% if item.session.current_status == 'canceled' %}
CANCELLED
{% else %}
{% include "meeting/session_buttons_include.html" with show_agenda=True session=item.session meeting=schedule.meeting %}
{% endif %}
{% if item.session.historic_group.state_id == "bof" %}
BOF
{% endif %}
{% if item.session.current_status == 'resched' %}
RESCHEDULED
{% if item.session.rescheduled_to %}
TO
{% endif %}
{% if item.session.agenda_note|first_url|conference_url %}
{% if "-utc" in request.path %}
{{ item.session.rescheduled_to.utc_start_time|date:"l G:i"|upper }}-{{ item.session.rescheduled_to.utc_end_time|date:"G:i" }}
{% else %}
{{ item.session.rescheduled_to.time|date:"l G:i"|upper }}-{{ item.session.rescheduled_to.end_time|date:"G:i" }}
{% endif %}
{{item.session.agenda_note|slice:":23"}} {% elif item.session.agenda_note %} {{item.session.agenda_note}} {% endif %} |