summaryrefslogtreecommitdiff
path: root/helsinki/program/templates/program/box_showinformation.html
blob: deef73ca2e29e072e3cc3c61f71a7397a6f554cb (plain)
1
2
3
4
5
6
7
8
9
10
{% if showinformations %}
<dl id="box_showinformation" class="portlet">
  <dt class="portletHeader"><span>Schwerpunkt<span></dt>
  {% for item in showinformations %}
  <dd class="portletItem showinformation mf-{{ item.abbrev }}">
    <a href="?showinformation={{ item.slug }}">{{ item }}</a>
  </dd>
  {% endfor %}
</dl>
{% endif %}