{% load lca2018_tags %} {% load lca2019_tags %} {% load waffle_tags %} {% for row in timetable %} {% if forloop.last %} {% else %} {% for slot in row.slots %}
{{ slot.content.title }}
{{ slot.content.speakers|join:", "}}
{{ room_names }}
ends {{ slot.end }}
{{ slot.kind.label }}
{% endif %} {% endwith %}