{% load menu_tags cache %} {% for child in children %}
  • {% if not child.is_leaf_node %}+{% endif %}{{ child.get_menu_title }} {% if child.selected %}selected{% endif %} {% if child.ancestor %}ancestor{% endif %} {% if child.sibling %}sibling{% endif %} {% if child.descendant %}descendant{% endif %} {% if child.soft_root %}(softroot){% endif %} (Level: {{ child.menu_level }} {{ child.levelĀ }}) {% if child.children %} {% endif %}
  • {% endfor %}