[% INCLUDE 'header.html', title = loc('Sign in or create an account') %]

[% loc('Sign in') %]

[% IF email_error; # other keys include fqdn, mxcheck if you'd like to write a custom error message errors = { missing => loc('Please enter your email'), other => loc('Please check your email address is correct') }; loc_email_error = errors.$email_error || errors.other; END %] [% IF loc_email_error %]
[% loc_email_error %]
[% ELSIF sign_in_error %]
[% loc('There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form.') %]
[% END %]
[% INCLUDE 'footer.html' %]