{{ timeslot.show.name }}
{% for topic in timeslot.show.showtopic.all %}
{{ topic.abbrev }}
{% endfor %}
{% for information in timeslot.show.showinformation.all %}
{{ information.abbrev }}
{% endfor %}
{% for focus in timeslot.show.musicfocus.all %}
{{ focus.abbrev }}
{% endfor %}
{{ timeslot.show.broadcastformat.abbrev }}
{% for slot in timeslot.show.programslots.all %}
{{ slot }}
{% endfor %}
{{ timeslot.show.broadcastformat.format }}
{% for host in timeslot.show.hosts.all %}
{% endfor %}
{% if timeslot.show.short_description != 'FIXME' %}
{{ timeslot.show.short_description }}
{% endif %}
{{ timeslot.show.description|safe }}
{% if timeslot.note %}
{{ timeslot.note.title }}
{{ timeslot.note.content|safe }}
{% endif %}