Tagesansicht
{{ day|date:"l, d.m.Y" }}
{% for timeslot in timeslots %}
{% if forloop.first and timeslot.start != timeslot.get_previous_by_start.end %}
{% endif %}
{% if timeslot.end != timeslot.get_next_by_start.start %}
{% endif %}
{% endfor %}
{{ timeslot.get_previous_by_start.end|date:"H:i" }}
{% for item in default_show.showinformation.all %}
{{ item.abbrev }}
{% endfor %}
{% for item in default_show.showtopic.all %}
{{ item.abbrev }}
{% endfor %}
{% for item in default_show.musicfocus.all %}
{{ item.abbrev }}
{% endfor %}
{{ default_show.name }}
{{ default_show.short_description }}
{{ timeslot.start|date:"H:i" }}
{% for item in timeslot.show.showinformation.all %}
{{ item.abbrev }}
{% endfor %}
{% for item in timeslot.show.showtopic.all %}
{{ item.abbrev }}
{% endfor %}
{% for item in timeslot.show.musicfocus.all %}
{{ item.abbrev }}
{% endfor %}
{{ timeslot.show.name }}
{% if timeslot.note %}Heute: {{ timeslot.note.title }}
{% else %}{{ timeslot.show.short_description }}
{% endif %}{{ timeslot.end|date:"H:i" }}
{% for item in default_show.showinformation.all %}
{{ item.abbrev }}
{% endfor %}
{% for item in default_show.showtopic.all %}
{{ item.abbrev }}
{% endfor %}
{% for item in default_show.musicfocus.all %}
{{ item.abbrev }}
{% endfor %}
{{ default_show.name }}
{{ default_show.short_description }}