Not authorized
Hi {% if user.is_authenticated %} {{ user }} {% else %} {{request.GET.eu}}{% endif %},
{% 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.
{% elif unicef_user %}
UNICEF users do not have access to eTools Partner Reporting Portal.
{% elif request.GET.msgc == 'nouser' %}
The email address you are trying to log in with has no access to eTools Partner Reporting Portal.
Please make sure to inform your UNICEF focal point or the user administrator colleague in your organization if you require access with {{request.GET.eu}}
{% else %}
You do not have any roles assigned in eTools Partner Reporting Portal.
Please follow up with your UNICEF focal point or the user administrator colleague in your organization.
For your reference, the email for your account is {{user.email}}.
{% endif %}
{% if user %}
Logout
{% endif %}