summaryrefslogtreecommitdiff
path: root/program/templates/v2/filters/showtopic.html
blob: 070d82a4eb5531a09bcaac51291078200a162ece (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." href="?showtopic={{ showtopic.slug }}">{{ showtopic.topic }}</a></li>{% endfor %}
    </ul>
{% endif %}