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

{{ title }}


{% endif %} {% for item in items %} {% 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 %}