{% extends "socialaccount/base_entrance.html" %} {% comment %} SPDX-FileCopyrightText: 2023 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load allauth account socialaccount %} {% block head_title %} Sign In {% endblock head_title %} {% block content %} {% if process == "connect" %} {% include "allauth/elements/heliport_heading.html" with text="Connect Social Account" %}

You are about to connect a new third-party account from {{ provider.name }}.

{% else %} {% include "allauth/elements/heliport_heading.html" with text="Sign In with Social Account" %}

You are about to sign in using a third-party account from {{ provider.name }}.

{% endif %}
{% csrf_token %}
{% endblock content %}