{% extends 'base.html' %} {% load i18n %} {% load account socialaccount %} {% load static %} {% load socialaccount %} {% load crispy_forms_tags %} {% block title %}Logout{% endblock %} {% block base_top_nav %}{% endblock %} {% block dont_include_details %}
{% trans "SIGN OUT" %}

You are currently login as {{ request.user.username }}, are you sure you want to sign out from application?

{% csrf_token %} {% if redirect_field_value %} {% endif %} Dashboard
{% include 'include/global-short-footer.html' %}
{% endblock %}