9 lines
334 B
Smarty
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}
|