{% load scheduletags %}
{% for slot in slots %}
{{ slot.start|time:"G:i" }} {% if addable %} {% create_event_url calendar slot.start %} {% endif %}
{% endfor %}
{% for occ in occurrences %}
{% options occ %} {% title occ %}
{% endfor %}