{{#if data.length}}

{{header}}

{{#each data}} {{#is type "row"}}

{{title}}

{{breaklines subtitle}}
{{#each buttons}} {{/each}}
{{/is}} {{#is type "rowbutton"}}
{{#if buttons.length}}
{{#each buttons}}
{{/each}}
{{/if}}
{{/is}} {{/each}}
{{/if}}