{% for room in timetable.rooms %} {% endfor %} {% for row in timetable %} {% for slot in row.slots %} {% comment %} {% endcomment %} {% endfor %} {% endfor %}
 {{ room.name }}
{{ row.time|date:"h:iA" }} add: plenary | break | presentation {% if not slot.content %} add: plenary | break | presentation/span> {% else %} {% if slot.kind.name == "recess" %}
{{ slot.content.title }}
{% else %} {% if slot.kind.name == "plenary" %}
{{ slot.content.title }}
{{ slot.content.speaker }}
{% else %}
{{ slot.content.title }}
{{ slot.content.speaker }}
{% endif %} {% endif %} actions: editremove {% endif %}