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