[% IF ( nopermission ) %]
Error:
You do not have permission to access this page.
[% END %]
[% IF ( timed_out ) %]
Error: Session timed out.
Please log in again
[% END %]
[% IF ( different_ip ) %]
Error: IP address has changed. Please log in again
[% END %]
[% IF ( wrongip ) %]
Error: IndependentBranches and Autolocation are switched on and you are logging in with an IP address that doesn't match your library.
[% END %]
[% IF ( invalid_username_or_password ) %]
Error: Invalid username or password
[% END %]