Not authorized
Hi {% if user.is_authenticated %} {{ user }} {% else %} {{request.GET.eu}}{% endif %},
{% block errors %}
{% if request.GET.msgc == 'loginerror' %}
There was an error trying to log you in, please try again here
{% elif request.GET.msgc == 'alreadyauthenticated' %}
You cannot login at the same time with multiple accounts, please Logout and then login again.
{% else %}
Error during login, please contact the administrator.
{% endif %}
{% if user %}
Logout
{% endif %}