% layout("/en/layout", { title: "settings" }) %>
<%~ include("/en/panel/partials/navbar") %>
settings
<% const errorValue = it.error?.split('.').reduce((a, b) => a[b], it.lang.settings?.errors)?.(it?.errorDetails) %>
<% if (typeof errorValue === "string") { %>
<%= errorValue %>
<% } %>
delete account