{# 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. #}
{# `UISettings.density` has driven every `--ff-space-*` token through one multiplier since before 0.4.0, and boot.js has read `ff:density` pre-paint for just as long -- there was simply never a control that set it, so a deployment could only change it in Python and the person reading the table could not change it at all. Two states, not three: unlike the theme there is no "system" to follow, and the project's configured value is what an untouched browser already gets. #}
{% if languages|length > 1 %} {% include "_language.html" %} {% endif %}