{% extends 'unfold/layouts/unauthenticated.html' %} {% load i18n unfold %} {% block title %} {{ title }} | {{ site_title }} {% endblock %} {% block content %}
{% 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 %}