{{if field.type=="textedit"}}
{{field.label}}
{{/if}} {{if field.type=="file"}}
{{field.label}}
{{/if}} {{if field.type=="textarea"}}
{{field.label}}
{{/if}} {{if field.type=="loader"}}
{{field.label}}
{{/if}} {{if field.type=="hidden"}} {{/if}} {{if field.type=="date"}}
{{field.label}}
{{/if}} {{if field.type=="label"}}
{{field.label}}
{{field.value}}
{{/if}} {{if field.type=="checkbox"}}
{{field.label}}
{{/if}} {{if field.type=="select"}}
{{field.label}}
{{/if}} {{if field.type=="submit"}}
{{field.label}}
{{/if}}