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 ca in default_show.category.all %}
{{ ca.abbrev }}
{% endfor %}
{% for to in default_show.topic.all %}
{{ to.abbrev }}
{% endfor %}
{% for mf in default_show.musicfocus.all %}
{{ mf.abbrev }}
{% endfor %}
{{ default_show.name }}
{{ default_show.short_description }}
{{ timeslot.start|date:"H:i" }}
{% for ca in timeslot.show.category.all %}
{{ ca.abbrev }}
{% endfor %}
{% for to in timeslot.show.topic.all %}
{{ to.abbrev }}
{% endfor %}
{% for mf in timeslot.show.musicfocus.all %}
{{ mf.abbrev }}
{% endfor %}
{{ timeslot.show.name }}
{% if timeslot.note %}Heute: {{ timeslot.note.title }}
{% else %}{{ timeslot.show.short_description }}
{% endif %}{{ timeslot.end|date:"H:i" }}
{% for ca in default_show.category.all %}
{{ ca.abbrev }}
{% endfor %}
{% for to in default_show.topic.all %}
{{ to.abbrev }}
{% endfor %}
{% for mf in default_show.musicfocus.all %}
{{ mf.abbrev }}
{% endfor %}
{{ default_show.name }}
{{ default_show.short_description }}