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

<%~ editIcon %> edit <%= it.meteostanica.name %>

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

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

<% } %>