% layout("/sk/layout", { title: "pridať stanicu" }) %>
<%~ include("/sk/panel/partials/navbar") %>
<% const backIcon = `
` %>
<% const addIcon = `
` %>
<% const errorIcon = `
` %>
<% const errorValue = it.error?.split('.').reduce((a, b) => a[b], it.lang.stations?.errors)?.(it?.errorDetails) %>
<% if (typeof errorValue === "string") { %>
<%~ errorIcon %> <%= errorValue %>
<% } %>