{% extends "account/base_entrance.html" %} {% load i18n %} {% block head_title %} {% trans "Sign Out" %} {% endblock head_title %} {% block content %}

{% trans "Sign Out" %}

{% if user.is_authenticated %}

{% include "account/snippets/already_logged_in.html" %}

{% endif %}

{% blocktrans %}Are you sure you want to sign out?{% endblocktrans %}

{% csrf_token %} {{ redirect_field }}
{% endblock content %}