{% extends "account/base.html" %} {% load url from future %} {% block head_title %}Sign Out{% endblock %} {% block content %}

Sign Out

Are you sure you want to sign out?

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