{% extends 'schedule_base.html' %} {% block schedule_content %}
{% for timeslot in timeslots %} {% for eventinstance in eventinstances %} {% if eventinstance.when.lower.time == timeslot.time %} {% endif %} {% endfor %} {% endfor %}
{{ timeslot.time }} {{ eventinstance.event.title }}
{{ eventinstance.when.lower.time }}-{{ eventinstance.when.upper.time }}
{% endblock %}