{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load ietf_filters staticfiles %} {% block pagehead %} {% endblock %} {% block bodyAttrs %}data-spy="scroll" data-target="#affix"{% endblock %} {% block title %}Upcoming Meetings{% endblock %} {% block content %} {% origin %}

Upcoming Meetings

For more on regular IETF meetings see here

You can customize the list to show only selected groups 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.

{% for p in group_parents %} {% endfor %} {% for p in group_parents %} {% endfor %}
{% for group in p.group_list %}
{% endfor %}
{% else %}
No meetings have been scheduled yet.
{% endif %}
{% if menu_entries %} {% endif %} {% if menu_actions %}
{% for name, url in menu_actions %} {{ name }} {% endfor %}
{% endif %} {% if meetings %} {% for meeting in meetings %} {% if meeting.type.slug == 'interim' %} {% else %} {% endif %} {% if meeting.type.slug == 'interim' %} {% else %} {% endif %} {% endfor %}
Date Group Name
{{ meeting.date }}{{ meeting.session_set.all.0.group.acronym }}ietf {% if meeting.type.slug == "interim" %} {{ meeting.number }}{% if meeting.session_set.all.0.status.slug == "canceled" %}  CANCELLED{% endif %} {% else %} IETF - {{ meeting.number }} {% endif %}
{% else %}

No upcoming meetings

{% endif %}
{% endblock %} {% block js %} {% endblock %}