{% extends 'login/base_full.html' %} {% load static %} {% load i18n %} {% block head %} {{ block.super }} {% endblock %} {% block title %} {% trans 'Waiting for authentication...' %} - {{ brand.branding_title }} {% endblock %} {% block card_title %} {% trans 'Waiting for authentication...' %} {% endblock %} {% block card %}
{% if auth_req_method == "post" %} {% for key, value in auth_req_body.items %} {% endfor %} {% endif %}

{% trans "You're already authenticating in another tab. This page will refresh once authentication is completed." %}

{% trans "Authenticate in this tab" %}
{% endblock %}