[% USE CGI %] [% FOREACH user = DATA %] [% END %]
[% lh.maketext('Count') %] [% lh.maketext('ID') %] [% lh.maketext('Lastname') %] [% lh.maketext('Firstname') %]
[% loop.count %]/[% loop.size %]: [% user.uid %] [% user.cipuxLastname %] [% user.cipuxFirstname %]
[% lh.maketext('This table was printed by:') %] [% CGI.cookie('cat_login') %]