{# Administration shell for the configuration editor. One page, three tabs: the editor (form / tree / raw, all over the same document model), the secrets tab (.env is write-only), and the version history. Tab switches re-render this whole root through HTMX so the address bar keeps a shareable URL, and the filter/search controls reload only ``#ce-list`` so typing never loses focus. #} {% set tab_titles = {'editor': _('Editor'), 'secrets': _('Secrets'), 'history': _('History')} %}