{{ timeslot.show.name }}

{% for item in timeslot.show.showinformation.all %} {{ item.abbrev }} {% endfor %} {% for item in timeslot.show.showtopic.all %} {{ item.abbrev }} {% endfor %} {% for item in timeslot.show.musicfocus.all %} {{ item.abbrev }} {% endfor %}

{{ timeslot.show.broadcastformat.format }}

{% if timeslot.note %}

{{ timeslot.note.title }}

{{ timeslot.note.content|safe }}

{% endif %} {% if timeslot.show.short_description != 'FIXME' %}
{{ timeslot.show.short_description }}
{% endif %}
{{ timeslot.show.description|safe }}

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