33{% block content %}
44< link rel ="stylesheet " type ="text/css " href ="https://www.ietf.org/css/base.css " />
55< center >
6- < h2 > IETF {{ meeting_num }} Preliminary & Interim Materials</ h2 >
6+ < h2 > IETF {{ meeting_num }} Meeting Materials</ h2 >
7+ {% if sub_began %}
78< h4 > Submission began {{ begin_date|date:"F j, Y" }} </ h4 >
89< h4 > Submission cutoff odate: {{ cut_off_date|date:"F j, Y" }}</ h4 >
910< h4 > Corrections to submissions cutoff date:{{ cor_cut_off_date|date:"F j, Y" }} </ h4 >
10- < br >
11- Updated as of {% now "r " %}
11+ {% endif %}
12+ Updated as of {% now "F j, Y, P (T) " %}
1213< br > < br >
1314
1415{% regroup object_list|dictsort:"area" by area_name as areas %}
@@ -22,7 +23,7 @@ <h4>Corrections to submissions cutoff date:{{ cor_cut_off_date|date:"F j, Y" }}
2223 {% for wg in wgs.list|dictsort:"acronym" %}
2324 < table cellpadding ="0 " cellspacing ="0 " border ="2 " width ="80% ">
2425 < tr > < a name ="wg-{{ wg.acronym }} "> </ a >
25- < td align ="center " bgcolor ="#DDFFDD " width ="20% "> < b > {{ wg.acronym|upper }}</ b > < br >
26+ < td align ="center " bgcolor ="#DDFFDD " width ="20% "> < b > {{ wg.acronym|upper }}{% ifequal wg.group_type_str "BOF" %} < font color =" red " > ({{ wg.group_type_str }}) </ font > {% endifequal %} </ b > < br >
2627 {% if wg.agenda_file %}< a href ="http://www3..ietf.org/proceedings/{{ wg.agenda_file }} "> [Agenda]</ a > {% endif %}{% if wg.minute_file %} < a href ="http://www3.ietf.org/proceedings/{{ wg.minute_file }} "> [Minutes]</ a > {% endif %}</ td >
2728 < td > < table border ="1 " width ="100% ">
2829{% include "meeting/submission_status_snippet.html" %}
@@ -38,6 +39,7 @@ <h4>Corrections to submissions cutoff date:{{ cor_cut_off_date|date:"F j, Y" }}
3839 {% endfor %}
3940 {% endfor %}
4041<!--- Training Sessions --->
42+ {% if training_list %}
4143 < table cellpadding ="0 " cellspacing ="0 " border ="2 " width ="80% ">
4244 < tr >
4345 < td colspan =2 bgcolor ="#0911DC " valign ="center "> < font color ="#FFFFFF "> < center > < br > < h3 > < img src ="https://www.ietf.org/images/ib2.gif " width ="100% " height =21 > < br > Training</ h3 > </ center > </ font >
@@ -55,8 +57,10 @@ <h4>Corrections to submissions cutoff date:{{ cor_cut_off_date|date:"F j, Y" }}
5557 </ tr >
5658 </ table >
5759{% endfor %}
60+ {% endif %}
5861<!--- End of Training Sessions --->
5962<!--- IRTF Sessions --->
63+ {% if irtf_list %}
6064 < table cellpadding ="0 " cellspacing ="0 " border ="2 " width ="80% ">
6165 < tr >
6266 < td colspan =2 bgcolor ="#0911DC " valign ="center "> < font color ="#FFFFFF "> < center > < br > < h3 > < img src ="https://www.ietf.org/images/ib2.gif " width ="100% " height =21 > < br > IRTF</ h3 > </ center > </ font >
@@ -79,8 +83,10 @@ <h4>Corrections to submissions cutoff date:{{ cor_cut_off_date|date:"F j, Y" }}
7983 </ tr >
8084 </ table >
8185{% endfor %}
86+ {% endif %}
8287<!--- End of IRTF Sessions --->
8388<!--- Interim Meetings --->
89+ {% if interim_list %}
8490 < table cellpadding ="0 " cellspacing ="0 " border ="2 " width ="80% ">
8591 < tr >
8692 < td colspan =2 bgcolor ="#0911DC " valign ="center "> < font color ="#FFFFFF "> < center > < br > < h3 > < img src ="https://www.ietf.org/images/ib2.gif " width ="100% " height =21 > < br > Interim Meetings</ h3 > </ center > </ font >
@@ -100,6 +106,7 @@ <h4>Corrections to submissions cutoff date:{{ cor_cut_off_date|date:"F j, Y" }}
100106 </ tr >
101107 </ table >
102108{% endfor %}
109+ {% endif %}
103110<!--- End of Imterim Meetings --->
104111</ center >
105112{% endblock %}
0 commit comments