{% extends 'core/page.html' %} {% load i18n %} {% block page %}

{% trans "Logout" %}

{% trans 'Are you sure you want to sign out?' %}

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