Files
2026-05-13 09:43:32 -04:00

9 lines
334 B
Smarty

{foreach item=HeaderCaption from=$HeaderCaptions name=HeaderIterator}
{$HeaderCaption}{if !$smarty.foreach.HeaderIterator.last},{/if}
{/foreach}
{foreach item=Row from=$Rows name=RowsGrid}
{foreach item=RowColumn from=$Row name=DataFieldIterator}"{$RowColumn}"{if !$smarty.foreach.DataFieldIterator.last},{/if}{/foreach}
{/foreach}