{% extends 'paxalia/auth_base.html' %} {% load i18n %} {% block title %}{% trans "Administrator session expired" %} · {{ brand_name }}{% endblock %} {% block content %}

{% trans "Administrator session expired" %}

{% trans "Your privileged Paxalia Dashboard session is no longer trusted. Sign in again to complete all security layers." %}

{% trans "Sign in again" %}
{% endblock %}