<# _.each(links, function(group, group_name) { #> <# if(group_name){ #>
<# _.each(group, function(link) { #>
<#= link.name #>
<# }); #>
<# }else{ #> <# _.each(group, function(link) { #> <# if ( link.show ) { #>
<#= link.label || link.name #>
<# } #> <# }); #> <# } #> <# }); #>
<# if ( typeof options !== 'undefined' ) { #> <# _.each( options, function( item, optionId ) { #>
<#-item.label#>
<# if ( item.type === 'select' ) { #>
<# _.each( item.options, function( optLabel, optValue ) { #>
<#-optLabel#>
<# } ) #>
<# } #>
<# } ) #> <# } #>