{% extends "account/base.html" %} {% load static i18n %} {% block head_title %}{% trans "Sign Out" %}{% endblock%} {% block auth_title %}{% trans "Sign Out" %}{% endblock%} {% block auth_body %}

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

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

{% trans "Back To Your Profile" %}

{% endblock %}