{# The rendered locale, as a BCP-47 tag (``zh_CN`` -> ``zh-CN``); English, the
source locale, stays ``en``. #}
{% block title %}clear-record{% endblock %}
{# Compiled, committed build output (Vite + Tailwind v4): htmx and Alpine are
bundled in, so the console is offline with no CDN and no hands-kept vendor
files. Stable filenames — see packages/clear-record/frontend/README.md. #}
{# A record dot, inline: no icon font, no request. #}
clear-record
{{ tr("project console") }}{% block status %}{{ tr("ready") }}{% endblock %}
{# The language switcher, beside the header's other controls: a plain form
POST and a page reload — no client-side i18n framework. Each option is
its own endonym so the control is legible in either locale; the current
one is filled in and marked `aria-current`. #}
{{ tr("Diagnostics") }}
{% block body %}{% endblock %}