<#= this.get_config( 'name' ) || this.get_config('label') || this.el.dataset.name #>
<# _.each( this.get_config('groups'), ( group ) => { #>
<# _.each( this.getOptions( group ), function( option ) { #>
><#= option.name #>
<# }); #>
<# }); #>