[%- USE T8 %] [%- USE HTML %] [%- USE L %][%- USE LxERP -%]

[% title %]

[% 'Back' | $T8 %]

[% IF edit %] [% END %]
[% 'Login Name' | $T8 %] [%- IF edit %] [% HTML.escape(user.login) %] [%- ELSE %] [%- END %]
[% 'Password' | $T8 %] [% IF CAN_CHANGE_PASSWORD %][% ELSE %]********[% END %]
[% 'Name' | $T8 %]
[% 'E-mail' | $T8 %]
[% 'Signature' | $T8 %]
[% 'Phone' | $T8 %]
[% 'Fax' | $T8 %]
[% 'Company' | $T8 %]
[% 'Address' | $T8 %]
[% 'Tax number' | $T8 %]
[% 'Ust-IDNr' | $T8 %]
[% 'DUNS-Nr' | $T8 %]
[% 'SEPA creditor ID' | $T8 %]
[% 'Date Format' | $T8 %] [% L.select_tag('user.dateformat', all_dateformats, default = user.dateformat) %]
[% 'Number Format' | $T8 %] [% L.select_tag('user.numberformat', all_numberformats, default = user.numberformat) %]
[% 'Dropdown Limit' | $T8 %]
[% 'Language' | $T8 %] [% L.select_tag('user.countrycode', all_countrycodes, title_key = 'title', default = user.countrycode) %]
[% 'Stylesheet' | $T8 %] [% L.select_tag('user.stylesheet', all_stylesheets, default = user.stylesheet) %]
[% 'Printer' | $T8 %]
[% 'Use Templates' | $T8 %] [% L.select_tag('usetemplates', all_templates, default = user.templates) %]
[% 'New Templates' | $T8 %]
[% 'Setup Templates' | $T8 %] [% L.select_tag('mastertemplates', all_master_templates, default = 'Standard') %]
[% 'Setup Menu' | $T8 %] [% L.select_tag('user.menustyle', all_menustyles, title_key = 'title', default = user.menustyle) %]
[% 'Mandatory Departments' | $T8 %] [% 'No' | $T8 %] [% 'Yes' | $T8 %]
[% 'Database' | $T8 %]
[% 'Driver' | $T8 %] PostgreSQL [% 'Host' | $T8 %]
[% 'Dataset' | $T8 %] [% 'Port' | $T8 %]
[% 'Database User' | $T8 %] [% 'Password' | $T8 %]

[% 'Group membership' | $T8 %]
[% 'The user is a member in the following group(s):' | $T8 %]
[% FOREACH row = GROUPS %][% HTML.escape(row.name) %] [% UNLESS loop.last %] | [% END %][% END %]

[% 'Back' | $T8 %] [% IF edit %] [% FOREACH row = GROUPS %] [% END %] [% L.submit_tag("action_delete_user", LxERP.t8('Delete'), confirm=LxERP.t8('Are you sure?')) %] [% END %]