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

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

{% if verify %}

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

{% endif %}