{% for track in day.tracks %} {% endfor %} {% for row in day %} {% for slot in row.slots %} {% endfor %} {% endfor %}
 {{ track.name }}
{{ row.time|date:"h:iA" }} {% if not slot.content %} add: plenary | break | presentation | tutorial {% 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: {% if slot.content.kind.name != "Tutorial" %}edit | {% endif %}remove {% endif %}