[% title = i18n("Login") %] [% INCLUDE header.html body_attributes = 'onload="$(\'username\').focus();"'; %] [%# Welcome text %]
You are not authorized

[% i18n("register: all systems must be registered") %]

[% i18n("register: to complete") %]


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

[% txt_auth_error %]

[% END %]
[%# Authentication choice %] [% IF list_authentications.size == 1 %] [% FOREACH authentication_info IN list_authentications.pairs %] [% END %] [% ELSE %]
[% i18n("Authentication") %]
[% END %] [%# User / Pass %]
[% i18n("Username") %]
[% i18n("Password") %]
[%# AUP %]
[% i18n("Acceptable Use Policy") %]
[% INCLUDE aup_text.html %]
[%# The space below is intententionnal %]
[% i18n("I accept the terms") %]
[% i18n("I have read and accept the terms") %]
[%# submit %]
[% i18n("or") %] [% i18n("Sign up") %]
[% INCLUDE footer.html %]