{% if previous_timeslot %}
  • {{ previous_timeslot.start|date:"H:i" }}
    {{ previous_timeslot.show.name }}
  • {% endif %} {% if current_timeslot %}
  • {{ 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 %}
  • {% endif %} {% if next_timeslot %}
  • {{ next_timeslot.start|date:"H:i" }}
    {{ next_timeslot.show.name }}
  • {% endif %} {% if after_next_timeslot %}
  • {{ after_next_timeslot.start|date:"H:i" }}
    {{ after_next_timeslot.show.name }}
  • {% endif %}