{{ row.time|date:"h:iA" }} |
{% for slot in row.slots %}
{% if slot.kind.label == "talk" %}
{% if not slot.content %}
+
{% else %}
{{ slot.content.title }}
{{ slot.content.speaker }}
Edit
{% endif %}
{% else %}
{{ slot.kind.label }}
{% endif %}
|
{% endfor %}
{% endfor %}