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