{{ show.name }}
{% 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.broadcastformat.format }}
{% for host in show.hosts.all %}
{{ host }}
{% endfor %}
{% if show.short_description != 'FIXME' %}
{{ show.short_description }}
{% endif %}
{{ show.description|safe }}
{% if show.email %}
{{ show.email }}
{% endif %} {% if show.website %}
{{ show.website }}
{% endif %} {% if show.cba_series_id %}
CBA
{% endif %}