{% extends "schedule/base.html" %} {% block extra_head %} {% endblock %} {% block body %}

Tutorial Schedule

Wednesday, March 9th

Morning ({{ tutorials.wed.morning.slot.0|time }} – {{ tutorials.wed.morning.slot.1|time }})

{% for presentation in tutorials.wed.morning.presentations %} {% include "schedule/_presentation.html" %} {% endfor %}

Afternoon ({{ tutorials.wed.afternoon.slot.0|time }} – {{ tutorials.wed.afternoon.slot.1|time }})

{% for presentation in tutorials.wed.afternoon.presentations %} {% include "schedule/_presentation.html" %} {% endfor %}

Thursday, March 10th

Morning ({{ tutorials.thurs.morning.slot.0|time }} – {{ tutorials.thurs.morning.slot.1|time }})

{% for presentation in tutorials.thurs.morning.presentations %} {% include "schedule/_presentation.html" %} {% endfor %}

Afternoon ({{ tutorials.thurs.afternoon.slot.0|time }} – {{ tutorials.thurs.afternoon.slot.1|time }})

{% for presentation in tutorials.thurs.afternoon.presentations %} {% include "schedule/_presentation.html" %} {% endfor %} {% endblock %}