{% extends "base.html" %} {% load crispy_forms_filters %} {% load i18n %} {% block title %}{% trans 'Sign Out' %}{% endblock %} {% block content %}

{% trans "Sign Out" %}

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

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