Help for this page
my @table_a = table1->search_all(); my @table_b = table2->seatch_all();
[% FOREACH item IN table_a %] ... <p>[% item.name %]</p> [% END %] [% END %]