• > <#=(item.rel ? ' rel="' + item.rel + '"' : '')#>><# if ( config.type === 'mega' && level === 1 ) { #><# } #><#=item.label#><#if (item.children && item.children.length) { #><#=dropdown_icon#><#}#> <#if (item.children && item.children.length) { #> <# if ( config.type === 'mega' && level === 0 ) { #>
    <#}#> <# if ( config.type === 'mega' && level === 1 && menuDescriptions[ item.id ] ) { #><#= menuDescriptions[ item.id ] #><# } #>
      <#_.each(item.children, function( item ) {#> <#=item_template( {item:item,config:config,item_template:item_template,dropdown_icon:dropdown_icon,level:level+1,type:type,menuDescriptions:menuDescriptions} )#> <#} ) #>
    <# if ( config.type === 'mega' && level === 0 ) { #>
    <#}#> <#} else if (config.type === 'mega' && level === 1 ) { #> <#=TVE.tpl('elements/megamenu-no-items')()#> <# } #>