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

Sendungen A-Z

{% for show in show_list %}
{% for item in show.showinformation.all %} {{ item.abbrev }} {% endfor %} {% for item in show.showtopic.all %} {{ item.abbrev }} {% endfor %} {% for item in show.musicfocus.all %} {{ item.abbrev }} {% endfor %}

{{ show.name }}

{% for slot in show.programslots.all %}

{{ slot }}

{% endfor %}
{% if show.short_description != 'FIXME' %}

{{ show.short_description }}

{% endif %}
{% endfor %}