{% extends "admin/base_site.html" %} {% load i18n static forge_icons %} {% block title %}{% trans "Signed out" %} | {{ forge.brand_name|default:site_header }}{% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content %}
{% trans "Back to site" %}
{% forge_icon "sparkles" "h-7 w-7 text-emerald-600 dark:text-emerald-400" %}

{% trans "You are signed out" %}

{% blocktrans with name=forge.brand_name|default:site_header %}Your admin session for {{ name }} has ended. Sign in again anytime, or continue on the main site.{% endblocktrans %}

  • {% forge_icon "shield" "h-4 w-4 text-slate-400 shrink-0 mt-0.5" %} {% trans "Your browser session was cleared securely." %}
  • {% forge_icon "key" "h-4 w-4 text-slate-400 shrink-0 mt-0.5" %} {% trans "Close this tab on shared devices if others can use the same computer." %}
{% endblock %}