{{#if title}}
× {{#if headerButtons}}
{{#each headerButtons}} {{/each}}
{{/if}}

{{#if titleHtml}} {{{tt title}}} {{else}} {{tt title}} {{/if}}

{{/if}} {{#if contentWithFooter}} {{else}}
{{#if contentHtml}} {{{content}}} {{else}} {{content}} {{/if}}
{{#if showFooter}}
{{#if buttons}} {{#each buttons}} {{/each}} {{else}} {{#if allowCancel}} {{#if cancelText}} {{/if}} {{/if}} {{/if}}
{{/if}} {{/if}}