{% if showtopics %} <dl id="filterbox_showtopic" class="portlet filterbox"> <dt class="portletHeader"><span>Thema / Schwerpunkt<span></dt> <dd class="portletItem"> <ul> {% for item in showtopics %} <li> <a title="Sendungen mit dem Schwerpunkt {{item.topic}} anzeigen." class="abbrev st-{{ item.abbrev }}" href="?showtopic={{ item.slug }}">{{ item }}</a> </li> {% endfor %} </ul> </dd> </dl> {% endif %}