{{#if data.length}}
{{#if showHideBotIcon}}
{{/if}}
{{#if listTitle}}
{{listTitle}}
{{/if}} {{#each data}} {{#if (isGreater @index 4)}} {{#is type "row"}} {{#each buttons}}
{{{../title}}}
{{../subtitle}}
{{/each}} {{/is}} {{/if}} {{#is type "rowbutton" }} {{#if buttons.length}}
{{#each buttons}}
{{text}}
{{/each}}
{{/if}} {{/is}} {{/each}}
{{/if}}