{{ timeslot.show.name }}
{% if timeslot.note %}{{ timeslot.note.title }}
{% endif %} Sendung am {{ timeslot.start|date:"d.m.Y H:i" }} bis {{ timeslot.end|date:"H:i" }}
{% for ca in timeslot.show.category.all %}
{{ ca.abbrev }}
{% endfor %}
{% for to in timeslot.show.topic.all %}
{{ to.abbrev }}
{% endfor %}
{% for mf in timeslot.show.musicfocus.all %}
{{ mf.abbrev }}
{% endfor %}
{{ timeslot.show.type.type }}
{{ 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 %}