%~ E.includeFile("partials/head.eta.html", {"title": "Items"}) %> <%~ E.includeFile("partials/controls.eta.html", {"active": "Items"}) %> <%~ E.includeFile("./partials/deleteModal.eta.html") %>
SKU | Name | Status | Actions | |||
---|---|---|---|---|---|---|
No items found | ||||||
<% 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 %> | <% } %>