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