{{#each fieldFilter}}
{{#if choices }}
{{else}}
{{#if filtered }}
{{formField field localize=true blank="" choices=(@root.formatChoices this) valueAttr="value" name=key}}
{{else}}
{{#if field.label}}
{{formField field localize=true blank="" name=key}}
{{else}}
{{formField field localize=true blank="" name=key label=label}}
{{/if}}
{{/if}}
{{/if}}
{{/each}}