{% 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 %}
    {% with slot.rooms|listlookup:forloop.counter0|trackname:timetable.day as track_name %}
    {% if track_name %}{{ track_name }} — {% endif %}
    {% endwith %}
    {% endif %}
    {{ slot.rooms|join:", "}}
    
    ends {{ slot.end }}
  
Day End