[% FOREACH hdr IN headings %] [% END %] [% FOREACH row IN results %] [% FOREACH col IN columns %] [% END %] [% END %]
[% hdr | html_entity %]
[% FOREACH record IN row.item(col) %] [% IF column_options.$col._searchable %] [% record | none %] [% ELSE %] [% record | html_entity %] [% END %] [% '
' IF loop.size > 1 %] [% END %]