{{{ data.title }}}

<# if( data.description !== '' ) { #>
{{{ data.description }}}
<# } #>
<# _.each( data.fields, function( field_information ) { #> <# let is_required = ( typeof field_information.is_required !== 'undefined' && field_information.is_required ? 1 : 0 ); #>
<# if( typeof field_information.type !== "undefined" && field_information.type === "select" ) { #> <# } else if( typeof field_information.type !== "undefined" && field_information.type === "textarea_disabled" ) { #> <# } else { #> required="required" <# } #> value="{{ typeof field_information.value === 'undefined' ? '' : field_information.value }}"/> <# } #> <# if( typeof field_information.description !== "undefined" ) { #>
{{{ field_information.description }}}
<# } #>
<# }) #>
<# _.each( data.operations, function( operation_information ) { #> <# if( operation_information.type === 'save' ) { #> <# } #> <# }) #>