<# if(this.model.config.name && this.model.config.name!='') { #>
<#= this.model.config.name #>
<# } #>
<# _.each(this.model.config.buttons, function(button) { #>
data-<#= k #>="<#= v #>" <# }); #> data-fn="_click" data-value="<#= button.value #>"> <#= button.text #> <#= button.icon?TVE.icon(button.icon):'' #>
<# }); #>