{% extends "base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}Sign Out{% endblock title%} {% block body_attribute %}class="authentication-bg"{% endblock body_attribute %} {% block content %}

{% trans "Sign Out" %}

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

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