[% IF form.field.debug.value %] [% USE Dumper %]

cat_locale

[% Dumper.dump_html(form.field.cat_locale.field) %] [% Dumper.dump_html(form.field.cat_locale.value) %] [% Dumper.dump_html(form.field.cat_locale.values) %] [% Dumper.dump_html(form.field.cat_locale.label) %] [% Dumper.dump_html(form.field.cat_locale.options) %] [% END %]

[% form.start %]
[% lh.maketext('Login to CAT') %]
[% lh.maketext('To gain access to CAT, you have to enter a username and a password ...') %]
[% lh.maketext('Login') %] [% form.field.cat_login.field %]
[% lh.maketext('Password') %] [% form.field.cat_password.field %]
[% lh.maketext('Language') %] [% form.field.cat_locale.field %]
[% lh.maketext('Theme') %] [% form.field.cat_theme.field %]
[% form.submit %]


[% form.end %]

[% IF DEMO %] [% lh.maketext('Demo restored') %]: [% DEMO_RESTORE_TIME %]
[% END %]