{% load i18n %}

{% trans "Login could not be completed" %}

{% blocktrans %} We couldn't complete your login because something interrupted the process. {% endblocktrans %}

{% trans "Possible reasons for this:" %}
{% trans "How to fix this:" %}
  1. {% trans "Close this page." %}
  2. {% blocktrans trimmed %} Open this website again directly in your main browser (for example Safari or Chrome). {% endblocktrans %}
  3. {% blocktrans trimmed %} Begin the checkout or login process again and complete it in the same browser window, without refreshing the page, opening new tabs, or switching apps part-way through. {% endblocktrans %}

{% blocktrans trimmed %} If the problem continues, closing all browser windows and clearing cookies before retrying can help. As a last step, try using a different browser or another device (for example, a desktop or laptop computer). {% endblocktrans %}