{{ show.name }}
{% for topic in show.show_topic.all %} {{ topic.abbrev }} {% endfor %} {% for information in show.show_information.all %} {{ information.abbrev }} {% endfor %} {% for focus in show.music_focus.all %} {{ focus.abbrev }} {% endfor %} {{ show.broadcast_format.abbrev }}
{% for slot in show.program_slots.all %}
{{ slot }}
{% endfor %}
{{ show.broadcast_format.format }}
{% for host in show.hosts.all %}
{{ host }}
{% endfor %}
{{ show.short_description }}
{{ show.description }}
{% if show.email %}
{{ show.email }}
{% endif %} {% if show.website %}
{{ show.website }}
{% endif %} {% if show.cba_series_id %}
CBA
{% endif %}