{% if request.GET.error == "oauth_error" %}
{% translate "An error occurred during the authentication at the other ephios instance. Please try again." %}
{% elif request.GET.error == "event_error" %}
{% translate "The desired event could not be accessed at the other ephios instance. Please try again." %}
{% else %}
{% translate "An unknown error has occured." %}
{% endif %}