[%- WRAPPER entities_main.tt -%] [%- BLOCK links_prev_next %] [%- IF found.prev_link; -%] [Previous <<] [%- END; # IF -%] Display : [% found.start %] to [% found.end %] out of [% found.count %] [%- IF found.next_link; -%]  [>> Next] [%- END; # IF -%]
  [%- END # BLOCK -%] Request : [[% self.getCGI('SS') %]]
[% found.count %] results found, max [% self.max %] done
[% PROCESS links_prev_next %]
[% FOREACH r IN found.records; %] [% END # FOREACH r IN found.records; %]
[% r.Num %] [% r.Name %] : [% r.Char %] [% r.Description %]
[% PROCESS links_prev_next %] [%- END -%]