[% CGIAPP.embed("make_navbar") %]

All Users

Template::Toolkit version

[% README.txt %]

Here are all the users on the example application.

[% FOREACH user_loop %] [% END %]
UID Username Full name Password Actions
[% IF uid_is_you %] [% uid %] -- this is you [% ELSE %] [% uid %] [% END %] [% username %] [% fullname %] [% password %] edit user [% IF delete_link %]
delete user [% END %]
add a user