<% layout("/sk/layout", { title: it.meteostanica.name }) %> <%~ include("/sk/panel/partials/navbar") %> <% const backIcon = ` ` %> <% const resetIcon = ` ` %> <% const editIcon = ` ` %> <% const deleteIcon = ` ` %>
<%~ backIcon %>

<%= it.meteostanica.name %>

<% if (it.meteostanica.description) { %>

popis: <%= it.meteostanica.description %>

<% } %>

vytvorená: <%= it.meteostanica.timestamp %>

websocket kľúč: <%= it.meteostanica.websocketKey %>

<%~ resetIcon %> reset

<%~ editIcon %> upraviť <%~ deleteIcon %> odstrániť

(dáta s histórou (grafmi) bude tu)