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