{% load filters %}
{% broadcastformatV2 %}
Filter
{% musicfocusV2 %} {% showinformationV2 %} {% showtopicV2 %} {% languageV2 %}

Sendungen A-Z

{% for show in show_list %}
{% for si in show.showinformation.all %} {{ si.abbrev }} {% endfor %} {% for st in show.showtopic.all %} {{ st.abbrev }} {% endfor %} {% for mf in show.musicfocus.all %} {{ mf.abbrev }} {% endfor %}

{{ show.name }}

    {% for programslot in show.active_program_slots %}
  • {{ programslot }}
  • {% endfor %}

{{ show.short_description }}

{% endfor %}