{% load coop_navigation %} {% with has_children=node.has_children is_active=node.is_active_node %} {% spaceless %}
  • {{ node.label }} {% if has_children %} {% endif %}
  • {% endspaceless %} {% endwith %}