[% USE CGI %] [% IF SHOW_DEBUG %] [% USE Dumper %]
[% Dumper.dump_html(DATA) %] |
[% lh.maketext('Count') %] | [% lh.maketext('ID') %] | [% lh.maketext('Lastname') %] | [% lh.maketext('Firstname') %] |
---|---|---|---|
[% loop.count %]/[% loop.size %]: | [% user.uid %] | [% user.cipuxLastname %] | [% user.cipuxFirstname %] |