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