{% load i18n %} {% trans "Authentication Error" %} - {{ idp }}

{% if verify %}{% trans "Verification Error" %}{% else %}{% trans "Authentication Error" %}{% endif %}

{% blocktrans with nameid=nameid %}Could not authenticate user "{{ nameid }}".{% endblocktrans %}

{% if verify %}

{% blocktrans with user=user %}Expected verification credentials for "{{ user }}".{% endblocktrans %}

{% endif %}