{{ day|date:"l, d.m.Y" }}

{% for timeslot in timeslots %} {% if forloop.first and timeslot.start != timeslot.get_previous_by_start.end %}
{{ timeslot.get_previous_by_start.end|date:"H:i" }}
{% for si in default_show.showinformation.all %} {{ si.abbrev }} {% endfor %} {% for st in default_show.showtopic.all %} {{ st.abbrev }} {% endfor %} {% for mf in default_show.musicfocus.all %} {{ mf.abbrev }} {% endfor %} {% for lang in default_show.language.all %} {{ lang.slug }} {% endfor %}

{{ default_show.name }}

{{ default_show.short_description }}

{% endif %}
{{ timeslot.start|date:"H:i" }}
{% for si in timeslot.show.showinformation.all %} {{ si.abbrev }} {% endfor %} {% for st in timeslot.show.showtopic.all %} {{ st.abbrev }} {% endfor %} {% for mf in timeslot.show.musicfocus.all %} {{ mf.abbrev }} {% endfor %} {% for lang in timeslot.show.language.all %} {{ lang.slug }} {% endfor %}

{{ timeslot.show.name }}

{% if timeslot.note %}

Heute: {{ timeslot.note.title }}

{% else %}

{{ timeslot.show.short_description }}

{% endif %} {% if timeslot.show.image %} {% endif %}
{% if timeslot.end != timeslot.get_next_by_start.start %}
{{ timeslot.end|date:"H:i" }}
{% for si in default_show.showinformation.all %} {{ si.abbrev }} {% endfor %} {% for st in default_show.showtopic.all %} {{ st.abbrev }} {% endfor %} {% for mf in default_show.musicfocus.all %} {{ mf.abbrev }} {% endfor %} {% for lang in default_show.language.all %} {{ lang.slug }} {% endfor %}

{{ default_show.name }}

{{ default_show.short_description }}

{% endif %} {% endfor %}