{strip} {foreach item=Cell from=$TableHeader.Cells} {/foreach} {foreach item=Row from=$Rows name=Rows} {foreach item=RowColumn from=$Row} {/foreach} {/foreach}
{$Cell.Caption}
{$RowColumn.Value}
{/strip}