{{#if closeable}}{{/if}} {{#if icon}}{{/if}} {{#if image}}Panel image{{/if}} {{#if logo}}{{/if}} {{#if title}}
{{{title}}}
{{/if}}
{{#if text}}
{{{text}}}
{{/if}} {{#if error}} {{{error.message}}} {{/if}} {{#if formitems}}
{{#each formitems}} {{#if input}}
{{#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}}
{{#each group.formitems}} {{#if checkbox}}
{{{checkbox.label}}}
{{/if}} {{/each}}
{{/if}} {{/each}}
{{/if}} {{#if footer}} {{/if}}