{{this.title}}

{{#each this.menus}} {{/each}} {{#each this.settings}}
{{#if this.dataField}} {{formInput this.dataField value=this.value input=this.input localize=true}} {{else if this.isCheckbox}} {{else if this.isSelect}} {{else if this.isRange}} {{this.value}} {{else if this.filePicker}} {{else if this.isNumber}} {{numberInput this.value name=this.id}} {{else}} {{/if}}

{{this.hint}}

{{/each}}