## BASIC TABLE WIDGET ## This widget takes a list of tuples (or lists) and formats them into a table #if $getVar('header', False) #for $col in $header #end for #end if #for $index, $row in $enumerate($data) #for $col in $row #end for #end for
$escape($col)
$escape($col)