{% extends 'unfold/layouts/unauthenticated.html' %} {% load i18n unfold %} {% block title %} {{ title }} | {{ site_title }} {% endblock %} {% block content %}

{% trans "You have been successfully logged out from the administration" %}

{% trans "Thanks for spending some quality time with the web site today." %}

{% url "admin:index" as login_url %} {% component "unfold/components/button.html" with href=login_url variant="primary" class="w-full" %} {% trans "Log in again" %} arrow_forward {% endcomponent %}
{% endblock %}