%~ E.includeFile("partials/head.eta.html", {"title": "Dashboard"}) %> <%~ E.includeFile("partials/controls.eta.html", {"active": "Dashboard"}) %>
New Stock
Items in total
Instance Status
SKU | Name | Status | |||
---|---|---|---|---|---|
<% if (user.SKU == null) { %> No SKU assigned <% } else { %> <%= user.SKU %> <% } %> | <%= user.name %> | <% if(user.status == "normal") { %><%= user.status %> | <% } else if(user.status == "stolen") { %><%= user.status %> | <% } else if(user.status == "lost") { %><%= user.status %> | <% } else if(user.status == "borrowed") { %><%= user.status %> | <% } %>