{% extends "authentic2/base-page.html" %} {% load i18n %} {% block content %}
{% blocktrans %}We were unable to load provider {{ entity_id }}.{% endblocktrans %} {% if request.user.is_staff %} {% blocktrans %} You can add it now or retry. {% endblocktrans %} {% endif %}
{% endblock %}