Help for this page
my @rows; my @this_row; ... @this_row = (); } }
[% FOR row IN table %] <tr> ... [% END %] </tr> [% END %]