{% extends "account/base.html" %} {% load django_bootstrap5 %} {% load i18n %} {% block head_title %}{% trans "Sign Out" %}{% endblock %} {% block title %}{% trans "Sign Out" %}{% endblock %} {% block accounts_content %}

{% trans "Sign Out" %}

{% trans 'Are you sure you want to sign out?' %}

{% csrf_token %} {% if redirect_field_value %} {% endif %} {% trans "Sign Out" as button_text %} {% bootstrap_button button_text button_type="submit" extra_classes="secondaryAction w-100" %}
{% endblock %}