← <%= t('asite.back_admin') %>

<%= isNew ? t('asite.title_new') : t('asite.title_edit') + ': ' + site.title %>

<% if (typeof success !== 'undefined' && success) { %>
<%= success %>
<% } %> <% if (error) { %>
<%= error %>
<% } %>
<%= t('asite.identity') %> <%# Eigenaar (her)toewijzen — ALLEEN god ÉN alleen in hub-modus. In hub geef je zo elke gebruiker z'n eigen, zelf te beheren Klonkt. In solo (één site, één eigenaar) is dit zinloos/verwarrend, dus verborgen. %> <% if (user && user.role === 'god' && (typeof tenancy !== 'undefined' && tenancy === 'hub')) { %> <% } %>
<%= t('asite.appearance') %> <%# ── Curated accent picker ─────────────────────────────────────── Was a free-form ; now a fixed set of 8 hand- picked colors that work in both light and dark themes. The hex is still what's stored in the DB — we just constrain WHICH hex. %>
<%= t('asite.accent_color') %> <% const _curAccent = (site.accent || '#c2410c').toLowerCase(); %> <% accents.forEach(function(a) { %> <% }); %>
<%# ── Default theme for new visitors ─────────────────────────── 'auto' (empty value) lets the browser/OS decide via prefers-color-scheme. 'light' / 'dark' force the site default for visitors who haven't picked their own preference yet. Logged-in users with users.theme set, and visitors with a localStorage override, still win over this default. %>
<%= t('asite.theme_default') %> <% const td = site.theme_override || ''; %>
<%= t('asite.palette') %> <% palettes.forEach(function(p) { %> <% }); %>
<%= t('asite.behavior') %> <% if (typeof audioEnabled === 'undefined' || audioEnabled) { %> <% } %>
<%= t('asite.feed_view') %>
<%= t('asite.seo') %>

<%= t('asite.seo_pointer') %> <%= t('asite.seo_link') %>.

<%= t('asite.custom_legend') %> <%= t('asite.optional') %>