{{#if state.full_data.title}} {{state.full_data.title}}: {{else}} {{state.form.name}}: {{/if}}

{{#each state.form.fields}} {{#switch type}} {{#case 'buttons'}}
{{#each buttons}} {{#switch type}} {{#case 'label'}}
{{name}}
{{/case}} {{#case 'button'}} {{!-- --}} {{/case}} {{/switch}} {{/each}}
{{/case}} {{#case 'bool'}}
{{!--
{{#if default}} {{else}} {{/if}}
--}}
{{/case}} {{#case 'select'}}
{{#if optional}}
{{/if}} {{#if unit}}
{{unit}}
{{/if}} {{#if show_buttons}} {{#each show_buttons}} {{#switch type}} {{#case 'button'}} {{/case}} {{/switch}} {{/each}} {{/if}}
{{/case}} {{#case 'text'}} {{!-- --}} {{!--
--}}
{{!--
--}} {{!--
{{#if optional}}
{{/if}} {{#if unit}}
{{unit}}
{{/if}} {{#if show_buttons}} {{#each show_buttons}} {{#switch type}} {{#case 'button'}} {{/case}} {{/switch}} {{/each}} {{/if}}
--}} {{/case}} {{#case 'log'}}
{{/case}} {{#case 'number'}}
{{#if optional}}
{{/if}} {{#if show_plus}} {{/if}} {{#if show_minus}} {{/if}} {{#if show_hex}}
{{/if}} {{#if show_bin}}
{{/if}} {{#if show_dec}}
{{/if}} {{#if unit}}
{{unit}}
{{/if}}
{{/case}} {{/switch}} {{/each}}
{{#each state.form.fields}} {{#switch type}} {{#case 'button'}} {{/case}} {{/switch}} {{/each}}