{% extends "base.html" %} {% load i18n %} {% block content %}
{% csrf_token %}
{% trans 'Ви впевнені, що бажаєте вийти?' %}
{% if redirect_field_value %} {% endif %}
{% endblock %}