{{ row.time|date:"h:iA" }} |
{% for slot in row.slots %}
{% 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 %}
|
{% endfor %}
{% endfor %}