{# bs5ok #} {% 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 %} {% if personalize %}Personalization{% endif %} {% endblock %} {% block pagehead %} {% endblock %} {% block morecss %}#weekview iframe { height: 25em; }{% 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)" %} {% elif personalize %} {% include "meeting/meeting_heading.html" with meeting=schedule.meeting updated=updated selected="select-sessions" title_extra="" %} {% else %} {% include "meeting/meeting_heading.html" with meeting=schedule.meeting updated=updated selected="agenda" title_extra="" %} {% endif %} {# cache this part -- it takes 3-6 seconds to generate #} {% load cache %} {% cache cache_time ietf_meeting_agenda_utc schedule.meeting.number request.path %}

{% if personalize %} Session selection {% else %} Agenda {% endif %}

{% if is_current_meeting %}

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/tz-display.html' with id_suffix="" timezone=timezone %}

{% include "meeting/agenda_filter.html" with filter_categories=filter_categories customize_button_text="Personalize the agenda view..." always_show=personalize %}

{% include "meeting/agenda_personalize_buttonlist.html" with meeting=schedule.meeting only %}
Download non-area events

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

{% if personalize %}Personalize{% endif %} Detailed Agenda

{% if personalize %}

Check boxes below to select individual sessions.

{% endif %} {% if personalize %}{% endif %} {% for item in filtered_assignments %} {% ifchanged item.timeslot.time|date:"Y-m-d" %} {% endifchanged %} {% if item|is_special_agenda_item %} {% if personalize %} {% endif %} {% elif item|is_regular_agenda_item or item|is_plenary_agenda_item %} {% if item|is_regular_agenda_item %} {% ifchanged %} {% if personalize %}{% endif %} {% endifchanged %} {% endif %} {% if item.session.historic_group %} {% if personalize %} {% endif %} {% if item.slot_type.slug == 'plenary' %} {% else %} {% endif %} {% endif %} {% endif %} {% endfor %}
{{ item.timeslot.time|date:"l, F j, Y" }}
{% if item.session_keyword %} {% endif %} {% include "meeting/timeslot_start_end.html" %} {% 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 %} {% endif %} {% endwith %} {% endif %} {% 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 }}
{% endfor %} {% endif %} {% endif %}
{% endif %}
{% include "meeting/timeslot_start_end.html" %} {{ item.timeslot.time|date:"l" }} {{ item.timeslot.name|capfirst_allcaps }}
{% if item.session_keyword %} {% endif %} {% include "meeting/timeslot_start_end.html" %} {% 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 %} {% 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
{% 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 %}
{% endif %}
{% endif %} {% if item.session.agenda_note|first_url|conference_url %}
{{ item.session.agenda_note|slice:":23" }} {% elif item.session.agenda_note %}
{{ item.session.agenda_note }} {% endif %}
{% include "meeting/agenda_personalize_buttonlist.html" with meeting=schedule.meeting only %} {% endcache %} {% endblock %} {% block js %} {% if personalize %} {% endif %} {% endblock %}