{% extends "base.html" %} {% block title %}{{ t.error_title }}{% endblock %} {% block content %}

{{ t.auth_error }}

{{ t.unable_to_complete }}

{% if error %}
{{ t.error_code }} {{ error }}
{% endif %} {% if error_description %}
{{ t.error_description }}

{{ error_description }}

{% endif %}

{{ t.common_solutions }}

  • {{ t.solution_1 }}
  • {{ t.solution_2 }}
  • {{ t.solution_3 }}
{% if redirect_uri %} {{ t.return_to_app }} {% else %} {% endif %}

{{ t.need_help }} {{ t.documentation }}

{% endblock %}