{{#when config.field.type '===' 'fieldset'}}
{{#if config.field.multiple}} {{#each value}}

{{label}}

{{#each rows}} {{{partial 'form_fieldset' this}}} {{/each}}
{{/each}} {{else}}

{{value.label}}

{{#each value.rows}} {{{partial 'form_fieldset' this}}} {{/each}}
{{/if}} {{#if config.field.multiple}} {{_ 'Add %s' label}} {{/if}}
{{else}}
{{{value}}} {{#response 'json'}} {{#scope_dot validation ../dot}} {{this}} {{/scope_dot}} {{/response}}
{{/when}}