{{ show.name }}

{% for slot in show.programslots.all %} {{ slot }}
{% endfor %}

{{ show.broadcastformat.format }}

{% for item in show.showinformation.all %} {{ item.abbrev }} {% endfor %} {% for item in show.showtopic.all %} {{ item.abbrev }} {% endfor %} {% for item in show.musicfocus.all %} {{ item.abbrev }} {% endfor %}
{% if show.short_description != 'FIXME' %}
{{ show.short_description }}
{% endif %}
{{ show.description|safe }}

{% for host in show.hosts.all %} {{ host }}
{% endfor %} {% if show.email %} Email: {{ show.email }}
{% endif %} {% if show.website %} Website: {{ show.website }}
{% endif %} {% if show.cba_series_id %} CBA-Link: CBA
{% endif %}