{% extends "account/base_manage.html" %} {% comment %} SPDX-FileCopyrightText: 2023 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load allauth %} {% block head_title %} Sign Out {% endblock head_title %} {% block content %} {% include "allauth/elements/heliport_heading.html" with text="Sign Out" %}

Are you sure you want to sign out?

{% csrf_token %} {% include "allauth/elements/heliport_redirect_field.html" %}
{% endblock content %}