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