{% extends "base_site.html" %} {% load staticfiles %} {% block title %}Drafts - Submission Dates{% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block breadcrumbs %}{{ block.super }} » Drafts » Submission Dates {% endblock %} {% block content %}

Draft - Submission Dates

First Cut Off (Initial Version){{ meeting.get_first_cut_off }}
Second Cut Off (Update Version){{ meeting.get_second_cut_off }}
IETF Monday{{ meeting.get_ietf_monday }}
All I-Ds will be processed by
Monday after IETF
Date for list of approved V-00 submissions from WG Chairs
{% endblock %}