{% extends "admin/login.html" %} {% load i18n %} {% block content %}

{% trans "There was an error while logging in with your organization account." %}

{% blocktrans trimmed %} There was a problem while logging in with your organization account. Please contact your Open Forms administrator with this error message to resolve this: {% endblocktrans %}

{{ oidc_error|linebreaksbr }}

{% trans "Back to login" %}

{% endblock %}