{% if _ui.environment_label | default('') %}
{{ _ui.environment_label }}
{% endif %}
{# Dark mode toggle #}
{# Notifications (hidden when notifications are not configured) #}
{% if notifications_enabled | default(true) %}
No notifications
Loading...
{% endif %}
{# User avatar dropdown #}