{% extends "base.html" %} {% load static %} {% load custom_tags %} {% block title %} Logout {% endblock title %} {% block description %} Successfully logout from {% env 'PROJECT_NAME' %}. Ensure your account's security by logging out after each session. {% endblock description %} {% block keywords %} Logout, Secure Logout, Account Security, Log Out, End Session {% endblock keywords %} {% block og_title %} Logout - Secure Your Account {% endblock og_title %} {% block og_description %} Successfully logout from {% env 'PROJECT_NAME' %} to secure your account. Ensure your account's security by logging out after each session. {% endblock og_description %} {% load i18n %} {% block content %}
{% trans "Are you sure?" %}
{% endblock content %}