<% layout("/en/layout", { title: "add station" }) %> <%~ include("/en/panel/partials/navbar") %> <% const backIcon = ` ` %> <% const addIcon = ` ` %> <% const errorIcon = ` ` %>
<%~ backIcon %>

<%~ addIcon %> add station

<% const errorValue = it.error?.split('.').reduce((a, b) => a[b], it.lang.stations?.errors)?.(it?.errorDetails) %> <% if (typeof errorValue === "string") { %>

<%~ errorIcon %> <%= errorValue %>

<% } %>