From d9719a5b23879fae94b439ca361bd695254f8b93 Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt Date: Fri, 25 Mar 2011 21:19:08 +0100 Subject: cleaned-up template. diff --git a/templates/program/day_schedule.html b/templates/program/day_schedule.html index 2d20bdf..6230314 100644 --- a/templates/program/day_schedule.html +++ b/templates/program/day_schedule.html @@ -1,6 +1,7 @@ - Day schedule + Day schedule: {{ day|date:"l, d.m.Y" }} + @@ -8,45 +9,52 @@
+
Programmhinweise
{% for recommendation in recommendations %} -
{{ recommendation.timeslot.start|date:"H:i" }}
-
{{ recommendation.timeslot.programslot.show.name }}
-
{{ recommendation.title }}
+
+
{{ recommendation.timeslot.start|date:"d.m. H:i" }} - {{ recommendation.timeslot.end|date:"H:i" }}
+ + +
{% endfor %}
-
+
+
Tagesansicht
+
{{ day|date:"l, d.m.Y" }}
+
{% for timeslot in timeslots %} -
- {{ timeslot.start|date:"H:i" }} - - {% for showinformation in timeslot.programslot.show.showinformation.all %} - {{ showinformation.abbrev }} - {% endfor %} - - - {% for showtopic in timeslot.programslot.show.showtopic.all %} - {{ showtopic.abbrev }} - {% endfor %} - - - {% for musicfocus in timeslot.programslot.show.musicfocus.all %} - {{ musicfocus.abbrev }} - {% endfor %} - - - {{ timeslot.show }} +
+
{{ timeslot.start|date:"H:i" }}
+
  + {% for showinformation in timeslot.show.showinformation.all %} + {{ showinformation.abbrev }} + {% endfor %} + {% for showtopic in timeslot.show.showtopic.all %} + {{ showtopic.abbrev }} + {% endfor %} + {% for musicfocus in timeslot.show.musicfocus.all %} + {{ musicfocus.abbrev }} + {% endfor %} +
+
+ {% if timeslot.note %} - Heute: {{ timeslot.note.title }} - {% endif %} - +
Heute: {{ timeslot.note.title }}
+ {% else %} +
{{ timeslot.show.short_description }}
+ {% endif %} +
+
{% endfor %} +
-
+
+
Legende
{% for broadcastformat in broadcastformats %} -
- {{ broadcastformat }} + {% endfor %}
-- cgit v0.10.2