[% title = i18n("guest management") %] [% INCLUDE header.html body_attributes = 'onload="$(\'login\').focus();"'; %] [%# Welcome text %]
You are not logged in

[% title %]

[% i18n("You must be authenticated to manage guests.") %]


[%# Error %] [% IF txt_auth_error.defined %]

[% txt_auth_error %]

[% END %]
[%# User / Pass %]
[% i18n("Username") %]
[% i18n("Password") %]
[%# submit %]
[% INCLUDE guest/footer.html %]