<% if( behaviour != 'invisible' ) { %>
<% if( label != '' ) { %><% } %><% if( iconbefore != '' || textbefore != '' || iconafter != '' || textafter != '' ) { %>
<% } %><% if( textbefore != '' || iconbefore != '' ) { %>$textbefore<% } %><% if( behaviour == 'readonly' ) { %>
$<%= _options.prefix %><%= name %>
<% } %><% if( behaviour != 'readonly' ) { %>required="true"<% } %> class="form-control colorpicker" name="field__<% if( !behaviour || behaviour != 'transient' ) { %><%= _options.nameprefix %><% } %>$id<%= _options.sufix %>" value="$value" placeholder="$help" data-width="$width" onchange="fbdispatch(this, 'change')"><% } %><% if( accesscondition != '' && !('noconditions' in _options) ) { %>
$<%= _options.prefix %><%= name %>
<% } %><% if( textafter != '' ) { %>$textafter<% } %><% if( iconbefore != '' || textbefore != '' || iconafter != '' || textafter != '' ) { %>
<% } %>$comments
<% } %><% if( behaviour == 'invisible' ) { %><% } %>