{% load scheduletags %} {% for slot in slots %} {% endfor %}
{{ slot.start|time:"G:i" }} {% if addable %} {% create_event_url calendar slot.start %} {% endif %} {% for occ in slot.occurrences %} {% include 'schedule/_detail.html' with occurrence=occ %} {% endfor %}