{% for item in app_menu.children recursive %}
  • {% if item.children %} {% if item.is_visible() and item.has_visible_child() %} {% if item.icon %} {% endif %}{{ item.title }} {% endif %} {% else %} {% if item.is_visible() %} {% if item.icon %} {% endif %}{{ item.title }} {% endif %} {% endif %}
  • {% endfor %} {% do app_menu.set_active('order_list') %}