@@ -11,50 +11,50 @@ <h3>Agenda of IETF {{ meeting.number }}</h2>
1111*** Click on a name of the group to get a meeting agenda ***</ p >
1212
1313< table id ="agenda ">
14- {% for slot in timeslots %}
14+ {% for ss in scheduledsessions %}
1515 {% ifchanged %}
1616 < tr class ="meeting-date ">
1717 < td colspan ="6 ">
18- < h2 class ="ietf-divider "> {{ slot. time|date:"l"|upper }}, {{ slot .time|date:"F j, Y" }}</ h2 >
18+ < h2 class ="ietf-divider "> {{ ss.timeslot. time|date:"l"|upper }}, {{ ss.timeslot .time|date:"F j, Y" }}</ h2 >
1919 </ td >
2020 </ tr >
2121 {% endifchanged %}
2222 {% ifchanged %}
2323 < tr class ="time-title ">
2424 < td colspan ="1 ">
25- < b > {{slot. time|date:"Hi"}}-{{slot .end_time|date:"Hi"}}</ b >
25+ < b > {{ss.timeslot. time|date:"Hi"}}-{{ss.timeslot .end_time|date:"Hi"}}</ b >
2626 </ td >
2727 < td colspan ="5 ">
28- < b > {{slot .name}}</ b >
29- {% if slot .type.name != 'Session' %}
30- {% if slot. show_location %} - {{slot .get_location|escape}}{% endif %}
28+ < b > {{ss.timeslot .name}}</ b >
29+ {% if ss.timeslot .type.name != 'Session' %}
30+ {% if ss.timeslot. show_location %} - {{ss.timeslot .get_location|escape}}{% endif %}
3131 {% endif %}
3232 </ td >
3333 </ tr >
3434 {% endifchanged %}
35- {% if slot. type.name = 'Session' %} {% if slot .session.group %}
36- < tr id ="{{meeting.number}}-{{slot. time|date: "D-Hi "|lower}}-{{slot .session.group.parent.acronym|upper}}-{{slot .session.group.acronym|lower}}" class="grouprow ">
37- < td style ="width:200px "> {% if slot. show_location %}{{slot .get_location|escape}}{% endif %}</ td >
38- < td style ="width:50px "> {{slot .session.group.parent.acronym|upper}}</ td >
35+ {% if ss.timeslot. type.name = 'Session' %} {% if ss .session.group %}
36+ < tr id ="{{meeting.number}}-{{ss.timeslot. time|date: "D-Hi "|lower}}-{{ss .session.group.parent.acronym|upper}}-{{ss .session.group.acronym|lower}}" class="grouprow ">
37+ < td style ="width:200px "> {% if ss.timeslot. show_location %}{{ss.timeslot .get_location|escape}}{% endif %}</ td >
38+ < td style ="width:50px "> {{ss .session.group.parent.acronym|upper}}</ td >
3939 < td style ="width:100px ">
40- {% if slot .session.group.charter %}< a href ="{{slot .session.group.charter.get_absolute_url}} "> {{slot .session.group.acronym}}</ a >
41- {% else %}{{slot .session.group.acronym}}{% endif %}</ td >
40+ {% if ss .session.group.charter %}< a href ="http://datatracker.ietf.org{{ss .session.group.charter.get_absolute_url}} "> {{ss .session.group.acronym}}</ a >
41+ {% else %}{{ss .session.group.acronym}}{% endif %}</ td >
4242 < td >
43- {% if slot .session.agenda %}< a href ="/ meeting/{{ meeting.number }}/agenda/{{ slot .session.group.acronym }}/ "> {{slot .session.group.name}}</ a >
44- {% else %}{{slot .session.group.name}}{% endif %}
45- {% if slot .session.group.state.name = "BOF" %} BOF {% endif %}
46- {% if slot .session.agenda_note %}
47- < br /> < span class ="note "> {{slot .session.agenda_note}}</ span > {% endif %}</ td >
43+ {% if ss .session.agenda %}< a href ="http://datatracker.ietf.org/ meeting/{{ meeting.number }}/agenda/{{ ss .session.group.acronym }}/ "> {{ss .session.group.name}}</ a >
44+ {% else %}{{ss .session.group.name}}{% endif %}
45+ {% if ss .session.group.state.name = "BOF" %} BOF {% endif %}
46+ {% if ss .session.agenda_note %}
47+ < br /> < span class ="note "> {{ss .session.agenda_note}}</ span > {% endif %}</ td >
4848 </ tr >
4949
5050 {% endif %} {% endif %}
51- {% if slot .type.name = 'Plenary' %}
51+ {% if ss.timeslot .type.name = 'Plenary' %}
5252 < tr class ="grouprow ">
53- < td style ="width:200px "> {% if slot. show_location %}{{slot .get_location|escape}}{% endif %}</ td >
53+ < td style ="width:200px "> {% if ss.timeslot. show_location %}{{ss.timeslot .get_location|escape}}{% endif %}</ td >
5454 < td > </ td >
5555 < td > </ td >
56- < td > {% if slot .session.agenda %}< a href ="{{ slot .session.agenda.get_absolute_url }} "> Agenda</ a >
57- {% else %}{{slot .session.group.name}}{% endif %}
56+ < td > {% if ss .session.agenda %}< a href ="http://datatracker.ietf.org {{ ss .session.agenda.get_absolute_url }} "> Agenda</ a >
57+ {% else %}{{ss .session.group.name}}{% endif %}
5858 </ td >
5959 </ tr >
6060 {% endif %}
0 commit comments