{% load content_boxes %}
{% type %}
Filter
{% musicfocus %} {% category %} {% topic %}

Sendungen A-Z

{% for show in show_list %}
{% 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 }}

{% endfor %}