{% extends "account/base.html" %} {% block head_title %}{% translate "Sign out" %}{% endblock %} {% block whitebox %}
{% csrf_token %}

{% translate "Are you sure you want to sign out? %}

{% translate "Sign out" as signout_message } {% include "account/_button.html" with text=signout_message %}
{% endblock %}