{% extends "common/base.html" %} {% load i18n %} {% block head_title %}{% trans "Sign Out" %}{% endblock %} {% block content %}
{% csrf_token %}

{% trans "Sign Out" %}

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

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