{% 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 %}

Upcoming Meetings

Local | UTC

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 %} {% for entry in entries %} {% if entry|classname == 'Meeting' %} {% with meeting=entry %} {% endwith %} {% elif entry|classname == 'Session' %} {% with session=entry group=entry.group meeting=entry.meeting%} {% if session.current_status == 'canceled' %} {% else %} {% endif %} {% endwith %} {% else %} {% endif %} {% endfor %}
Date Group Meeting  
{{ meeting.date }} - {{ meeting.end }} ietf IETF {{ meeting.number }} {{ 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 }} CANCELLED {% include "meeting/interim_session_buttons.html" with show_agenda=True %} Unexpected entry type: {{entry|classname}}
{% else %}

No upcoming meetings

{% endif %} {% endcache %}
Local | UTC
{% endblock %} {% block js %} {% endblock %}