[%- USE T8 %] [% USE HTML %]
[% title %]

[% FOREACH row = MEMBERS %] [% END %]
[% 'Login Name' | $T8 %] [% 'Name' | $T8 %] [% 'Company' | $T8 %] [% 'Templates' | $T8 %] [% 'Print' | $T8 %] [% 'Language' | $T8 %] [% 'Dataset' | $T8 %] [% 'Host' | $T8 %]
 [% HTML.escape(row.login) %]  [% HTML.escape(row.name) %]  [% HTML.escape(row.company) %]  [% HTML.escape(row.templates) %]  [% HTML.escape(row.template_format) %]  [% HTML.escape(row.countrycode) %]  [% HTML.escape(row.dbname) %]  [% IF row.dbhost %][% HTML.escape(row.dbhost) %][% ELSE %]localhost[% END %]


[% IF LOCKED %] [% ELSE %] [% END %]

[% 'Click on login name to edit!' | $T8 %]

[% 'To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.' | $T8 %]

[% 'User Login' | $T8 %]
[% 'Login Name' | $T8 %]  
[% 'Password' | $T8 %]