{% for node in nodes %}
  • {{ node.data.name }} {% with "admin_menu/admin_menu_items.html" as filename %} {% with node.subnodes as nodes %} {% if nodes %}{% endif %} {% endwith %} {% endwith %}
  • {% endfor %}