summaryrefslogtreecommitdiff
path: root/program/templates/v2/filters/showtopic.html
blob: 6ecdb34fd62483fb67b510bba6cfc89ff4673a69 (plain)
1
2
3
4
5
6
{% if showtopic_list %}
    <ul id="filter_showtopic">
{%   for showtopic in showtopic_list %}
        <li><a title="Sendungen mit dem Schwerpunkt {{ showtopic.topic }} anzeigen." class="st-{{ showtopic.abbrev }}" href="?showtopic={{ showtopic.slug }}">{{ showtopic.topic }}</a></li>{% endfor %}
    </ul>
{% endif %}