[% INCLUDE 'header.html', bodyclass='authpage', title = 'Sign in' %]

Sign in

[% loc_username_error = INCLUDE 'auth/_username_error.html' default='email' %] [% IF c.cobrand.sms_authentication %] [% SET username_label = loc('Your email or mobile') %] [% SET username_type = 'text' %] [% ELSE %] [% SET username_label = loc('Your email') %] [% SET username_type = 'email' %] [% END %] [% IF loc_username_error %]
[% loc_username_error %]
[% END %] [% IF c.req.params.staff %]

[% loc('Forgotten your password?') %]

[% END %]

[% INCLUDE 'footer.html' %]