{% if session.session_key == current_session_key %}{% trans "Current session" %}{% else %}{% trans "Privileged session" %}{% endif %}
{% trans "Active" %}
{% extends 'paxalia/base.html' %} {% load i18n static %} {% block title %}{% trans "Admin Sessions" %} — Paxalia{% endblock %} {% block page_title %}{% trans "Admin Sessions" %}{% endblock %} {% block page_subtitle %}{% trans "Active privileged sessions tied to the three-layer administrator security flow" %}{% endblock %} {% block extra_css %}{% endblock %} {% block dashboard_content %}
{% trans "Revocation uses Django's session framework. Database-backed sessions are immediately removed; other session engines remain subject to their own backend semantics." %}
{% if sessions %}