{% load theme_tags %} {% 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 slot.kind.name == "recess" %}
{{ slot.content.title }}
{% else %} {% if slot.kind.name == "plenary" %}
{{ slot.content.title }}
{% if slot.content.speaker %}
{{ slot.content.speaker }}
{% endif %} {% else %}
{% if slot.content.extreme_pycon %}
E
{% endif %} {% if slot.content.invited %}
I
{% endif %} {% if user.is_authenticated %} {% if slot.content %} {% endif %} {% endif %}
{% if slot.content.speaker %}
{{ slot.content.speaker }}
{% endif %} {% endif %} {% endif %}