{% if license_state.state == 'no_license' %}⚠ Keine Lizenz aktiv —
{% elif license_state.state == 'tampered' %}⚠ Lizenz manipuliert oder gesperrt —
{% elif license_state.state == 'readonly' %}🔒 Read-only-Modus —
{% elif license_state.state == 'grace' %}⏳ Lizenz abgelaufen —
{% else %}⚠ Lizenz läuft in {{ '%.0f'|format(license_state.days_left or 0) }} Tagen ab —
{% endif %}
{{ license_state.message }}
Lizenz verwalten →
{% endif %}
{# ===== Auto-Update-Banner ===== #}
{% if update_state and update_state.update_available %}
{% endif %}
{# v1.18.0: topbar_actions in eine 2. Zeile auslagern, damit lange Tab-Reihen
(Angebote: 7 Tabs + Neues Angebot) die Überschrift nicht auf "A." quetschen. #}
{% set _topbar_actions_capture %}{% block topbar_actions %}{% endblock %}{% endset %}
{# v1.18.0: topbar_actions wird unten in 2. Zeile gerendert — siehe _topbar_actions_capture #}
{% if current_user %}
{# ---------- Notification bell ---------- #}
{% if current_user.photo_path %}
{% else %}
{% endif %}
{{ (current_user.first_name[0] if current_user.first_name else '') ~ (current_user.last_name[0] if current_user.last_name else '') }}
{% endif %}
{% block content %}{% endblock %}