{% load i18n %} {% load static %} {% load unicms_contexts %} {% load unicms_menus %} {% if title %}

{{ title }}


{% endif %} {% for item in items %} {% call obj=item method='link' request=request as link %}
{% if item == current %}{% endif %} {{ item.name }} {% if item == current %}{% endif %}
{% endfor %}