{% for topic in showtopic_list %}
{{ topic.abbrev }} {{ topic }}
{% endfor %}
{% for information in showinformation_list %}
{{ information.abbrev }} {{ information }}
{% endfor %}
{% for focus in musicfocus_list %}
{{ focus.abbrev }} {{ focus }}
{% endfor %}
{% for show in show_list %}
{% for topic in show.showtopic.all %} {{ topic.abbrev }} {% endfor %} {% for information in show.showinformation.all %} {{ information.abbrev }} {% endfor %} {% for focus in show.musicfocus.all %} {{ focus.abbrev }} {% endfor %} {{ show.broadcastformat.abbrev }}
{% for slot in show.programslots.all %}
{{ slot }}
{% endfor %}
{{ show.short_description }}
{% endfor %}
{% for format in broadcastformat_list %}
{{ format }}
{% endfor %}