{% load static %} {% load unicms_contexts %}
{% for cat in publication.categories|slice:":3" %} {% call obj=publication method='get_url_list' webpath=webpath category_name=cat as cat_url %} {% if forloop.counter > 1 %} · {% endif %} {% if cat_url %} {% endif %} {{ cat }} {% if cat_url %} {% endif %} {% endfor %}
{% call obj=publication method='url' webpath=webpath as url %}

{% if url %} {% endif %} {{ publication.title }} {% if url %} {% endif %}