<# var field = data.field, name = data.name, value = data.value, atts = '', primary = '', secondary = ''; if ( '' === value.primary || 'undefined' === typeof value.primary ) { primary = ' fl-color-picker-empty'; } if ( '' === value.secondary || 'undefined' === typeof value.secondary ) { secondary = ' fl-color-picker-empty'; } #>
<# if ( field.show_reset ) { #> <# } #>
{{{field.options.primary}}}
<# if ( field.show_reset ) { #> <# } #>
{{{field.options.secondary}}}