{% for node in nodes %}
  • {% if node.icon_class %} {% endif %} {{ node.label }} {% if node.badge is not None %} {{ node.badge }} {% endif %}
    {% if node.children %} {% include "admin/chassis/tree_nodes.html" with nodes=node.children root=False only %} {% endif %}
  • {% endfor %}