{% extends "account/base.html" %} {% load i18n %} {% block title %}{{ block.super }} - {% trans "Sign Out" %}{% endblock title %} {% block page_title %}{% trans "Sign Out" %}{% endblock page_title %} {% block content %}

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

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