From 13c24af0948323dd7b1e8968c1d1caddc1474ec4 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 10 Mar 2021 16:46:21 +0100 Subject: update timeslot-detail template for new homepage diff --git a/program/templates/v2/timeslot_detail.html b/program/templates/v2/timeslot_detail.html index c56d797..2d43fa8 100644 --- a/program/templates/v2/timeslot_detail.html +++ b/program/templates/v2/timeslot_detail.html @@ -6,51 +6,56 @@
+

{{ timeslot.show.name }}

+
-

- {{ 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 si in timeslot.show.showinformation.all %} - {{ si.abbrev }} + {{ si.abbrev }} {% endfor %} {% for st in timeslot.show.showtopic.all %} - {{ st.abbrev }} + {{ st.abbrev }} {% endfor %} {% for mf in timeslot.show.musicfocus.all %} - {{ mf.abbrev }} + {{ mf.abbrev }} +{% endfor %} +{% for lang in timeslot.show.language.all %} + {{ lang.slug }} {% endfor %}
-

{{ timeslot.show.broadcastformat.format }}

-
+
{{ timeslot.show.broadcastformat.format }}
{% if timeslot.note %} -

{{ timeslot.note.content|safe }}

+
{{ timeslot.note.content|safe }}
{% endif %} +
-
{{ timeslot.show.short_description }}
+

Information zur Sendereihe

+
+
{{ timeslot.show.short_description }}
{% if timeslot.show.description %} -
{{ timeslot.show.description|safe }}
+
{{ timeslot.show.description|safe }}
{% endif %} -

+

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

+

+
-- cgit v0.10.2