{% load content_boxes %}
{% broadcastformat %}
Filter
{% musicfocus %} {% showinformation %} {% showtopic %}

Tagesansicht

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

{% for timeslot in timeslots %}
{{ timeslot.start|date:"H:i" }}
{% for showinformation in timeslot.show.showinformation.all %} {{ showinformation.abbrev }} {% endfor %} {% for showtopic in timeslot.show.showtopic.all %} {{ showtopic.abbrev }} {% endfor %} {% for musicfocus in timeslot.show.musicfocus.all %} {{ musicfocus.abbrev }} {% endfor %}

{{ timeslot.show.name }}

{% if timeslot.note %}

Heute: {{ timeslot.note.title }}

{% else %} {% if timeslot.show.short_description != 'FIXME' %}

{{ timeslot.show.short_description }}

{% endif %} {% endif %}
{% endfor %}