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