{% extends "auth/secure.html" %}{% load i18n %} {% block content %}

{% trans "There was an error" %}

{% url home:index as home_url %} {% ifequal error "oauth_problem" %} {% ifequal oauth_problem "permission_denied" %} {% blocktrans with breadcrumbs.1.1 as last_url and breadcrumbs.1.0 as last_page %}You did not give {{ site_name }} permission to access your data held with {{ service_name }}. You may try again, go back to the {{ service_name }} page, or back to the {{ site_name }} homepage.{% endblocktrans %} {% else %} {% ifequal oauth_problem "token_expired" %} {% ifequal token_type "access" %} {% blocktrans with breadcrumbs.1.1 as last_url and breadcrumbs.1.0 as last_page %}{{ site_name }} was unable to access your data held with {{ service_name }}, most likely because you have revoked permission from within {{ service_name }}. If you'd still like to access {{ service_name }} from {{ site_name }} renew {{ site_name }}'s permissions. Alternatively, you can go back to the {{ service_name }} page, or back to the {{ site_name }} homepage.{% endblocktrans %} {% else %} {% blocktrans with breadcrumbs.1.1 as last_url and breadcrumbs.1.0 as last_page %}There was an unexpected error. You can try again, go back to the {{ service_name }} page, or back to the {{ site_name }} homepage.{% endblocktrans %} {% endifequal %} {% else %} {% endifequal %} {% endifequal %} {% else %} {% blocktrans with breadcrumbs.1.1 as last_url and breadcrumbs.1.0 as last_page %}There was an unexpected error. You can try again, go back to the {{ service_name }} page, or back to the {{ site_name }} homepage.{% endblocktrans %} {% endifequal %}
{% endblock %}