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