{% extends "account/base_entrance.html" %} {% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load allauth account socialaccount widget_tweaks %} {% block head_title %} Sign In {% endblock head_title %} {% block content %} {% include "allauth/elements/heliport_heading.html" with text="Sign In" %} {% if LOCAL_ACCOUNT_SIGNUP %}
If you don't have an account, please sign up first.
{% endif %}In case of questions, please contact us.
Sign in using a third-party account:
{% include "allauth/elements/heliport_socialaccounts_list_form.html" with process="login" %} {% endif %} {% endblock content %}