<% layout("/en/layout", { title: "stations" }) %> <%~ include("/en/panel/partials/navbar") %> <% const staniceIcon = ` ` %> <% const addIcon = ` ` %>

<%~ staniceIcon %> stations

<%~ addIcon %> add
<% if (it.meteostanice?.length) { %>
<% for (const meteostanica of it.meteostanice) { %> <% } %>
name description created
<%= meteostanica.name %> <%= meteostanica?.description ?? `` %> <%= meteostanica.timestamp %>
<% } else { %>

no stations. :(

<% } %>