{{ timeslot.show.name }}
{% for topic in timeslot.show.show_topic.all %}
{{ topic.abbrev }}
{% endfor %}
{% for information in timeslot.show.show_information.all %}
{{ information.abbrev }}
{% endfor %}
{% for focus in timeslot.show.music_focus.all %}
{{ focus.abbrev }}
{% endfor %}
{{ timeslot.show.broadcast_format.abbrev }}
{% for slot in timeslot.show.program_slots.all %}
{{ slot }}
{% endfor %}
{{ timeslot.show.broadcast_format.format }}
{% for host in timeslot.show.hosts.all %}
{{ host }}
{% endfor %}
{{ timeslot.show.short_description }}
{{ timeslot.show.description }}
{% if timeslot.note %}
{{ timeslot.note.title }}
{{ timeslot.note.content }}
{% endif %}