{% extends "base.html" %} {# Copyright The IETF Trust 2015, 2020, All Rights Reserved #} {% load origin %} {% load cache %} {% load ietf_filters static classname %} {% block pagehead %} {% endblock %} {% block bodyAttrs %}data-spy="scroll" data-target="#affix"{% endblock %} {% block title %}Upcoming Meetings{% endblock %} {% block morecss %} div.title-buttons { margin-bottom: 0.5em; margin-top: 1em; text-align: right; } .tz-display { margin-top: 0.5em; } .tz-display label { font-weight: normal; } .tz-display a { cursor: pointer; } select.tz-select { min-width: 15em; margin-bottom: 0.3em; } {% endblock %} {% block content %} {% origin %}
For more on regular IETF meetings see here
Meeting important dates are not included in upcoming meeting calendars. They have their own calendar
{% include 'meeting/agenda_filter.html' with filter_categories=filter_categories customize_button_text="Customize the meeting list..." only%} {% if menu_entries %} {% endif %} {% if menu_actions %} {% endif %} {% cache 600 upcoming-meetings entries.count %} {% if entries %}| Date | Group | Meeting | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ meeting.date }} - {{ meeting.end }} | ietf | IETF {{ meeting.number }} | {% endwith %} {% elif entry|classname == 'Session' %} {% with session=entry group=entry.group meeting=entry.meeting%} | {{ session.official_timeslotassignment.timeslot.utc_start_time | date:"Y-m-d H:i"}} - {{ session.official_timeslotassignment.timeslot.utc_end_time | date:"H:i" }} | {{ group.acronym }} | {{ meeting.number }} | {% if session.current_status == 'canceled' %}CANCELLED | {% else %}{% include "meeting/interim_session_buttons.html" with show_agenda=True %} | {% endif %} {% endwith %} {% else %}Unexpected entry type: {{entry|classname}} | {% endif %} |