#set($countLevel0 = 0) #foreach ($nav_item in $nav_items) #set( $countLevel0 = $countLevel0 + 1 )
  • #if ($nav_item.hasChildren()) #set($countChild = 0) #foreach ($first_child in $nav_item.getChildren()) #if ($countChild eq '0') $nav_item.getName() #end #set($countChild = $countChild + 1) #end
      #foreach ($nav_child in $nav_item.getChildren())
    • $nav_child.getName()
    • #end
    #else $nav_item.getName() #end
  • #if ($countLevel0 != $nav_items.size())
  • #end #end