Sendungen A-Z
{% for show in show_list %}
{% endfor %}
{% 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 %}
{{ show.short_description }}