<%~ E.includeFile("partials/head.eta.html", {"title": "Dashboard"}) %> <%~ E.includeFile("partials/controls.eta.html", {"active": "Dashboard"}) %>

Good evening, ${user}

+10

New Stock

<%= it.stats.total %>

Items in total

Everything ok

Instance Status

Recent items

<% it.recents.forEach(function(user){ %> <% if(user.status == "normal") { %> <% } else if(user.status == "stolen") { %> <% } else if(user.status == "lost") { %> <% } else if(user.status == "borrowed") { %> <% } %> <% }) %>
SKU Name Status
<% if (user.SKU == null) { %> No SKU assigned <% } else { %> <%= user.SKU %> <% } %> <%= user.name %><%= user.status %><%= user.status %><%= user.status %><%= user.status %>
<%~ E.includeFile("partials/controlsFoot.eta.html") %> <%~ E.includeFile("partials/foot.eta.html") %>