Schedule - {{conference}}
--
This schedule is also available for mobile users - and is available in iCalendar format.
-You can find the full conference information at the - conference website. - This schedule is subject to changes. This page will be updated when any - changes occur. -
-A list of the sessions can be found here. -
--
{{day.day|date:"l, F d"}}
-
- {{room.name}}
-
- - {%for session in day.sessions%} - {%if session.leftpos == room.leftpos or session.widthpos == 1198 %} - {%if session.id%} -
- - {%else%} -
- {%endif%}
- {%if session.id%}
- {{session.timeslot}}
{{session.title}}
- {%else%}
- {{session.timeslot}} - {{session.title}}
- {%endif%}
- {%for speaker in session.speakers %}{%if forloop.first%}{%else%}, {%endif%}{{speaker.name}}{%endfor%}
-
- {%endif%} - {%endfor%} - -
Conference Schedule - {{conference}}
++You can find the full conference information at the +conference website. +This schedule is subject to changes. This page will be updated when any +changes occur. +
+{%for day in days%} ++
{{day.day|date:"l, F d"}}
+
+ {{room.name}}
+
+ + {%for session in day.sessions%} + {%if session.leftpos == room.leftpos or session.widthpos == 1198 %} + {%if session.id%} +
+ + {%else%} +
+ {%endif%}
+ {%if session.id%}
+ {{session.timeslot}}
{{session.title}}
+ {%else%}
+ {{session.timeslot}} - {{session.title}}
+ {%endif%}
+ {%for speaker in session.speakers %}{%if forloop.first%}{%else%}, {%endif%}{{speaker.name}}{%endfor%}
+
+ {%endif%} + {%endfor%} +
This schedule is also available in iCalendar format.
{%endblock%}