{% if admin_favicon %} {% endif %} {% block styles %}{% endblock %} {% from "macros.html" import icon, btn, badge, flash %}
{# ── Sidebar (Minimalist) ────────────────────────────── #} {# ── Main area (Airy) ────────────────────────────────── #}
{% if is_impersonating %}
{{ icon('shield', 18) }} {{ t('Impersonating') }} {{ (request.user.name or request.user.email) }}
{{ request.csrf_input() }}
{% endif %} {# Topbar #}
{{ icon('globe', 16) }} {% if admin_locales | length > 1 %}
{% endif %} {% if request.user %}
{{ (request.user.email or 'A')[:1] | upper }}
{% endif %}
{# Scrollable content #}
{% for f in get_flashed_messages() %} {{ flash(f.message, f.category | default('info')) }} {% endfor %}
{% if breadcrumbs_html %} {% endif %} {% block content %}{% endblock %}
{# ── Shared Modal Container ─────────────────────────── #} {% block scripts %}{% endblock %}