[% 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 %]
[%# AUP %]
[% i18n("Acceptable Use Policy") %]
[% INCLUDE aup_text.html %]
[%# The space below is intententionnal %]
[% i18n("I have read and accept the terms") %]
[%# User / Pass %]
[% i18n("Username") %]
[% i18n("Password") %]
[%# submit %]
[% IF oauth2_google || oauth2_facebook || oauth2_github %]
[% IF oauth2_google -%]
[% i18n("or") %]
[% i18n('Login with Google account') %] [% END -%] [% IF oauth2_facebook -%]
[% i18n("or") %]
[% i18n('Login with Facebook account') %] [% END %] [% IF oauth2_github -%]
[% i18n("or") %]
[% i18n('Login with GitHub account') %] [% END %]
[% END %]
[% INCLUDE footer.html %]