Calculation History
<% list.forEach(function (el) { %>
at: <%= new Date(el.ts).toLocaleString() %>, calculated: <%= el.calc %>, result: <%= el.result %>
<% }) %>