• > <#=(item.rel ? ' rel="' + item.rel + '"' : '')#> <#=(item['jump-animation'] ? ' jump-animation="' + item['jump-animation'] + '"' : '')#> <#=(item['data-shortcode-id'] ? ' data-shortcode-id="' + item['data-shortcode-id'] + '"' : '')#> <#=(item['data-dynamic-link'] ? ' data-dynamic-link="' + item['data-dynamic-link'] + '"' : '')#>> <# if ( config.type === 'mega' && level === 1 ) { #><# } #><#=item.label#><#if (item.children && item.children.length) { #><#=dropdown_icon#><#}#> <# if ( config.type === 'mega' && level === 1 && menuDescriptions[ item.id ] ) { #><#= menuDescriptions[ item.id ] #><# } #> <#if (item.children && item.children.length) { #> <# if ( config.type === 'mega' && level === 0 ) { #>
    <#}#>
      <#_.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')()#> <# } #>