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

{% if title_href %} {% endif %} {{ title }} {% if title_href %} {% endif %}


{% endif %} {% for item in items %} {% call obj=item method='link' request=request as link %} {% with has_childs=item.get_childs %}
  • {% if has_childs %} {% endif %} {{ item.name }} {% if has_childs %} {% load_item_childs item as childs %}
  • {% else %} {% endif %} {% endwith %} {% endfor %}