Skip to content
Snippets Groups Projects
Commit f56557a4 authored by Johannes Raggam's avatar Johannes Raggam
Browse files

show details

parent 345574d9
No related branches found
No related tags found
No related merge requests found
......@@ -9,28 +9,30 @@
<div id="content-main" class="show-detail">
<div class="show-detail-header bf-{{show.broadcastformat.slug}}">
<div class="show-details">
<h1 id="name">{{ show.name }}</h1>
<p id="programslots">
{% for slot in show.programslots.all %}
<span class="programslot">{{ slot }}</span><br />
{% endfor %}
</p>
</div>
<div class="show-abbrevs">
{% for item in show.showinformation.all %}
<span title="{{item.information}}" class="abbrev si-{{ item.abbrev }}"><span>{{ item.abbrev }}</span></span>
{% endfor %}
{% for item in show.showtopic.all %}
<span title="{{item.topic}}" class="abbrev st-{{ item.abbrev }}"><span>{{ item.abbrev }}</span></span>
{% endfor %}
{% for item in show.musicfocus.all %}
<span title="{{item.focus}}" class="abbrev mf-{{ item.abbrev }}"><span>{{ item.abbrev }}</span></span>
{% endfor %}
</div>
<div class="show-categorization">
<p id="broadcastformat">{{ show.broadcastformat.format }}</p>
{% for item in show.showinformation.all %}
<span title="{{item.information}}" class="abbrev si-{{ item.abbrev }}"><span>{{ item.abbrev }}</span></span>
{% endfor %}
{% for item in show.showtopic.all %}
<span title="{{item.topic}}" class="abbrev st-{{ item.abbrev }}"><span>{{ item.abbrev }}</span></span>
{% endfor %}
{% for item in show.musicfocus.all %}
<span title="{{item.focus}}" class="abbrev mf-{{ item.abbrev }}"><span>{{ item.abbrev }}</span></span>
{% endfor %}
</div>
</div>
{% if show.short_description != 'FIXME' %}
<div id="short-description" class="documentDescription">{{ show.short_description }}</div>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment