{{ show.name }}

{% if show.id != 1 %}

{% for schedule in show.active_schedules %} {{ schedule }}
{% endfor %}

{% endif %}

{{ show.type.type }}

{% for ca in show.category.all %} {{ ca.abbrev }} {% endfor %} {% for to in show.topic.all %} {{ to.abbrev }} {% endfor %} {% for mf in show.musicfocus.all %} {{ mf.abbrev }} {% endfor %}
{{ show.short_description }}
{% if show.description %}
{{ show.description|safe }}
{% endif %} {% if show.image %}
image
{% 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.notes.all %}

Sendungstipps

{% endif %}