Sendungen A-Z
{% for show in show_list %}
{% endfor %}
{% for ca in show.category.all %}
{{ ca.abbrev }}
{% endfor %}
{% for to in show.topic.all %}
{{ to.abbrev }}
{% endfor %}
{% for mf in show.musicfocus.all %}
{{ mf.abbrev }}
{% endfor %}
{{ show.name }}
-
{% for schedule in show.active_schedules %}
- {{ schedule }} {% endfor %}
{{ show.short_description }}