{{ timeslot.show.name }}
{% if timeslot.note %}{{ timeslot.note.title }}
{% endif %} Sendung am {{ timeslot.start|date:"d.m. H:i" }} bis {{ timeslot.end|date:"H:i" }}
{% 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 }}
{{ timeslot.note.content|safe }}
{% endif %}{{ timeslot.show.short_description }}
{% if timeslot.show.description %}
{{ timeslot.show.description|safe }}
{% endif %}
{% 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 %}