{strip} {foreach item=Cell from=$TableHeader.Cells} {/foreach} {foreach item=Row from=$Rows name=Rows} {foreach item=Cell from=$TableHeader.Cells} {/foreach} {/foreach} {include file='list/totals.tpl'}
{$Cell.Caption}
{$Row[$Cell.Name].Value}
{/strip}