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

{{ title }}


{% endif %} {% block icon %} {% endblock %}
{% for item in items %} {% call obj=item method='link' request=request as link %}
  • - {{ item.name }}
  • {% endfor %}