{{{text}}}
{{/if}}
{{#if error}}
{{{error.message}}}
{{/if}}
{{#if formitems}}
{{#each formitems}}
{{#if input}}
{{/if}}
{{#if footer}}
{{/if}}
{{#if input.legend}}{{{input.legend}}}{{/if}}
{{/if}}
{{#if password}}
{{#if password.legend}}{{{password.legend}}}{{/if}}
{{/if}}
{{#if textinput}}
{{#if textinput.legend}}{{{textinput.legend}}}{{/if}}
{{/if}}
{{#if button}}
{{/if}}
{{#if checkbox}}
{{{checkbox.label}}}
{{/if}}
{{#if submit}}
{{/if}}
{{#if group}}
{{#if group.legend}}{{group.legend}}{{/if}}
{{/if}}
{{/each}}
{{#each group.formitems}}
{{#if checkbox}}
{{{checkbox.label}}}
{{/if}}
{{/each}}
{{/if}}
{{#if title}}