{% extends 'account/account_layout.html' %} {% load i18n %} {% block account_head_scripts %}{% include 'account/style.html' %}{% endblock %} {% block account_title %}Logout |{% endblock %} {% block account_content %}

Sign out:

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

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