<# var choice = option_value, index = 0; #> <# if ( 'undefined' !== typeof choice && '' !== choice && null !== choice ) { #> <# var choices = ( jQuery.isArray( choice ) ) ? choice : choice.split( ',' ); #> <# } else { #> <# var choices = ''; #> <# } #> <# _.each( param.value, function( name, value ) { #> <# index++; #> <# var selected = ( jQuery.inArray( value, choices ) > -1 ) ? ' ui-state-active' : ''; #> {{ name }} <# }); #>