{% extends "account/base.html" %} {% load i18n %} {% load account widget_tweaks %} {% block head %} {{ block.super }} {% endblock %} {% block page_content %}
{% include "messages.html" %}

{% trans "Sign Out" %}

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

{% csrf_token %} {% if redirect_field_value %} {% endif %}
{% endblock %}