{{ show.name }}
{% if show.id != 1 %}
{% for slot in show.programslots.all %}
{% if slot.has_active_timeslot %}
{{ slot }}
{% endif %}
{% endfor %}
{{ show.broadcastformat.format }}
{% for item in show.showinformation.all %} {{ item.abbrev }} {% endfor %} {% for item in show.showtopic.all %} {{ item.abbrev }} {% endfor %} {% for item in show.musicfocus.all %} {{ item.abbrev }} {% endfor %}{{ show.short_description }}
{% if show.description %}
{{ show.description|safe }}
{% endif %}
{% if show.image and show.image_enabled %}
{% endif %}
{% for host in show.hosts.all %}
{{ host }}
{% endfor %}
{% if show.email %}
Email: {{ show.email }}
{% endif %}
{% if show.website %}
Website: {{ show.website }}
{% endif %}
{% if show.cba_series_id %}
CBA-Link: CBA
{% endif %}
Sendungstipps
-
{% for note in show.notes.all reversed %}
- {{ note.start|date:"d. M Y" }}: {{ note.title }} {% endfor %}