{% extends "base.html" %} {# Copyright The IETF Trust 2017, All Rights Reserved #} {% load origin %} {% load ietf_filters static textfilters htmlfilters %} {% block pagehead %} {% endblock %} {% block title %}IETF {{ meetings.0.number }}: Important Dates{% endblock %} {% block content %} {% origin %}

Important Dates

Calendar subscription Calendar download {% for meeting in meetings %} {% if meeting.show_important_dates %}

IETF {{ meeting.number }}
{{ meeting.date }}, {{ meeting.city }}, {{ meeting.country }}

{% with first=forloop.first %} {% for d in meeting.importantdate_set.all %} {% endfor %} {% endwith %}
Date Weekday Description
{{ d.date }} {% if d.name.slug == 'openreg' %} Week of {% else %} {{ d.date|date:'l' }} {% endif %} {{ d.name.desc|urlize_ietf_docs|markdown|linkify }}{% if d.name.desc|slice:"-1:" != "." %}.{% endif %} {% if d.name.slug == 'draftwgagenda' or d.name.slug == 'revwgagenda' or d.name.slug == 'procsub' or d.name.slug == 'revslug' %} Upload using the Meeting Materials Management Tool. {% endif %}
{% endif %} {% endfor %} {% endblock %} {% block js %} {% endblock %}