# if( typeof group !== 'undefined') { #>
<# if( typeof group.id !== 'undefined' ) { #>
<# } #>
<# if ( group.type !== "hidden" ) { #>
<# if ( group.type === 'dropdown' ) { #>
<# jQuery(document).ready(function($) {
$('.hustle-select').wpmuiSelect({
allowClear: false,
minimumResultsForSearch: Infinity,
containerCssClass: "hustle-select2",
dropdownCssClass: "hustle-select-dropdown"
});
$( ".hustle-option--select" ).wpmuiSelect({
allowClear: false,
minimumResultsForSearch: Infinity,
containerCssClass: "hustle-option--select2",
dropdownCssClass: "hustle-option--select2-dropdown"
});
}); #>
<# } #>
<# if( group.type === 'checkboxes' ) { #>
<# _.each( interests, function( interest, key ) { #>
<# }); #>
<# } #>
<# if( group.type === 'radio' ) { #>
<# _.each( interests, function( interest, key ) { #>
<# }); #>
<# } #>
<# } else {
_.each( interests, function( interest, key ) {
if( (typeof selected !== 'undefined') && ( selected.indexOf(interest.value) !== -1 ) ) { #>
<# }
});
} #>
<# } #>