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