{% if previous_timeslot %}
-
{{ previous_timeslot.start|date:"H:i" }}
{% endif %}
{% if current_timeslot %}
-
{{ current_timeslot.start|date:"H:i" }}
{% if current_timeslot.note %}
{{ current_timeslot.note.title }}
{% else %}
{{ current_timeslot.show.short_description }}
{% endif %}
{% endif %}
{% if next_timeslot %}
-
{{ next_timeslot.start|date:"H:i" }}
{% endif %}
{% if after_next_timeslot %}
-
{{ after_next_timeslot.start|date:"H:i" }}
{% endif %}