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