{% extends "account/base.html" %} {% block title %}{{ page_title(_("Sign Out")) }}{% endblock %} {% block content %}

{{ _("Sign Out") }}

{{ _("Are you sure you want to sign out?") }}

{{ csrf() }} {% if redirect_field_value %} {% endif %}
{% endblock %}