{% load lca2018_tags %} {% load lca2019_tags %} {% load waffle_tags %} {% for row in timetable %} {% if forloop.last %} {% else %} {% for slot in row.slots %}
{{ slot.content.speakers|join:", "}}
{% listlookup timetable.rooms forloop.counter0 as value %}Theatre {{ value }}
ends {{ slot.end }}
{{ slot.kind.label }}
{% endif %} {% endwith %}