{% 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 %}
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.
{% endfor %} |
---|
{% for group in p.group_list %}
|
{% endfor %}
No meetings have been scheduled yet.{% endif %}
Date | Group | Name | |
---|---|---|---|
{{ meeting.date }} | {% if meeting.type.slug == 'interim' %}{{ meeting.session_set.all.0.group.acronym }} | {% else %}ietf | {% endif %}{% if meeting.type.slug == "interim" %} {{ meeting.number }}{% if meeting.session_set.all.0.status.slug == "canceled" %} CANCELLED{% endif %} {% else %} IETF - {{ meeting.number }} {% endif %} |