<# var um_list = this.get_config( 'um' ); #>
<#= this.model.config.label #>
<# if (!this.model.config.hide_input) { #>
1 ? ' tabindex="2"' : ''#>><#= um_list[0] || '' #>
<# if(this.model.config.um.length>1) { _.each(this.model.config.um, function(um, index) { #> <#= um #> <# }); } #>
<# } #>