<% layout("/en/history/layout", { title: `history` }) %> <%~ include("/en/partials/topbar") %> <% const backIcon = ` ` %>
<%~ backIcon %> history

<%~ it?.lang?.history.properties?.[it?.property]() %>

<% if (it?.dateMap?.years) { %>
<% if (it?.dateMap?.days) { %>
<% } %> <% if (it?.dateMap?.months) { %>
<% } %>
<% } %> <% 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) %> <% } %>