% layout("/sk/history/layout", { title: `história` }) %>
<%~ include("/sk/partials/topbar") %>
<% const backIcon = `
` %>
<% if (it?.dateMap?.years) { %>
<% } %>
<% const time = [] %>
<% const data = [] %>
<% for (const item of it.data) { %>
<% time.push(item.timeMark) %>
<% if (it.property === "outdoorConnected") {%>
<% data.push(item.value) %>
<% continue %>
<% } %>
<% data.push(item.value / 100) %>
<% } %>