[% USE CGI %] [% IF SHOW_DEBUG %] [% USE Dumper %]

main simple template variable DATA

[% Dumper.dump_html(DATA) %]
[% END %]

[% lh.maketext('userlist') %]

[% 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') %]