% layout("/en/layout", { title: `edit station` }) %>
<%~ include("/en/panel/partials/navbar") %>
<%= it.meteostanica.name %> - edit
<% const errorValue = it.error?.split('.').reduce((a, b) => a[b], it.lang.stations?.errors) %>
<% if (typeof errorValue === "string") { %>
<%= errorValue %>
<% } %>