From b63d197f2d77ea679f2cf8b28b91b9bafa387e2c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 10 Mar 2021 19:57:44 +0100 Subject: add extra div for show-detail V2 template diff --git a/program/templates/v2/show_detail.html b/program/templates/v2/show_detail.html index 0041cfa..55f7f3b 100644 --- a/program/templates/v2/show_detail.html +++ b/program/templates/v2/show_detail.html @@ -7,80 +7,82 @@

{{ show.name }}

-
-
+
+
+
{% if show.id != 1 %} -

+

{% for slot in show.active_programslots %} - {{ slot }}
+ {{ slot }}
{% endfor %} -

+

{% endif %} -
+
-
+
{% for si in show.showinformation.all %} - {{ si.abbrev }} + {{ si.abbrev }} {% endfor %} {% for st in show.showtopic.all %} - {{ st.abbrev }} + {{ st.abbrev }} {% endfor %} {% for mf in show.musicfocus.all %} - {{ mf.abbrev }} + {{ mf.abbrev }} {% endfor %} {% for lang in show.language.all %} - {{ lang.slug }} + {{ lang.slug }} {% endfor %} -
+
-
{{ show.broadcastformat.format }}
-
+
{{ show.broadcastformat.format }}
+
-
{{ show.short_description }}
+
{{ show.short_description }}
{% if show.description %} -
{{ show.description|safe }}
+
{{ show.description|safe }}
{% endif %} {% if show.image and show.image_enabled %} -
image
+
image
{% endif %} -

+

{% for host in show.hosts.all %} - {{ host }}
+ {{ host }}
{% endfor %} {% if show.email %} - Email: {{ show.email }}
+ Email: {{ show.email }}
{% endif %} {% if show.website %} - Website: {{ show.website }}
+ Website: {{ show.website }}
{% endif %} -

+

{% if show.notes.all %} -
-

Sendungstipps

-
-- cgit v0.10.2