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

<%~ staniceIcon %> stanice

<%~ addIcon %> pridať
<% if (it.meteostanice?.length) { %> <% for (const meteostanica of it.meteostanice) { %> <% } %>
meno popis vytvorená
<%= meteostanica.name %> <%= meteostanica?.description ?? `` %> <%= meteostanica.timestamp %>
<% } else { %>

žiadne stanice. :(

<% } %>