{% extends "base.html" %} {% load static %} {% block title %} Signing out... {% endblock title %} {% block content %}
{% if app.app_logo %}
{{ app.app_name }} Logo
{% endif %} {% if success %}

Successfully Signed Out

Redirecting in few seconds...

{% if redirect %} {% endif %} {% else %}

Confirm Sign Out

To continue, please click the button below.

{% csrf_token %}
{% if referrer %} Cancel and Go Back {% endif %} {% endif %}
{% if success and redirect %} {% endif %} {% endblock content %}