{% load trionyx %} {% if item.childs %}
  • {% if item.icon and item.depth == 1 %} {% else %} {% endif %} {{ item.name }}
  • {% else %}
  • {% if item.icon and item.depth == 1 %} {% else %} {% endif %} {{ item.name }}
  • {% endif %}