{# The account card at the foot of the sidebar, and the menu it opens. A
element rather than a scripted dropdown: it opens, closes on Escape, and is keyboard reachable with no JavaScript at all -- behaviour a hand-rolled dropdown has to reimplement and usually gets wrong. #}

{{ _("Appearance") }}

{# Three states, not two. A switch can only say light or dark, so choosing either one pins the admin and it stops following the system -- which is a setting nobody asked for and cannot get back to. #}
{% if languages|length > 1 %} {% include "_language.html" %} {% endif %}