{foreach item=i from=$columnWidths} {/foreach} {foreach item=row from=$cells} {foreach item=cell from=$row} {if $cell.skip != true} {/if} {/foreach} {/foreach}
1}colspan="{$cell.colspan}"{/if} {if $cell.rowspan > 1}rowspan="{$cell.rowspan}"{/if}> {$cell.html}