<# 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' ) { #>
<# } #>
<# }) #>