{% if csrf_token %}
{% endif %} {% block extra_head %}{% endblock %}
{# ── Ambient background blobs (green/blue/purple/cyan like aqdocx) ── #}
{# ── Scroll Progress Bar ── #}
{# ── Global Spinner Overlay ── #}
Loading…
{# ── Sidebar Backdrop (mobile only) ── #}
{# ── Sidebar ── #} {% include "partials/sidebar_v2.html" %} {# ── Main content ── #}
{# ── Top bar ── #}
Admin
/
{% block breadcrumb %}{{ page_title|default('Dashboard') }}{% endblock %}
{# ── Profile dropdown ── #}
{% if identity_avatar %}
{% else %} {{ (identity_name or 'A')|truncate(1, True, '')|upper }} {% endif %}
{% if identity_avatar %}
{% else %} {{ (identity_name or 'A')|truncate(1, True, '')|upper }} {% endif %}
{{ identity_name }}
Admin
{% set _ac = admin_config|default({}) %} {% set _mods = _ac.get('modules', {}) if _ac is mapping else {} %} {% if _mods.get('profile', true) %}
Profile
{% endif %} {% if _mods.get('admin_users', true) %}
Admin Users
{% endif %} {% if _mods.get('permissions', true) %}
Permissions
{% endif %}
Logout
{# ── Page content ── #}
{% if flash %}
{{ flash }}
{% endif %} {% block content %}{% endblock %}
{# ═══ MEGA SEARCH (Command Palette) ═══ #}
ESC
{# ── Global Spinner API ── #}