{% load lca2018_tags %} {% load lca2019_tags %} {% load waffle_tags %} {% with timetable|day_has_tracks:timetable.day as has_tracks %} {% for row in timetable %} {% for slot in row.slots %}
{{ slot.content.title }}
{{ slot.content.speakers|join:", "}}
{{ slot.kind.label }}
{% if has_tracks and not slot.exclusive %}
{% with slot.rooms.0|trackname:timetable.day as track_name %}
{% if track_name %}{{ track_name }} — {% endif %}
{% endwith %}
{% endif %}
{{ slot.rooms|join:", "}}
ends {{ slot.end }}
Day End