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

Items

<% if(it.items.length == 0) { %> <% } %> <% it.items.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 Actions
No items found
<% if (user.SKU == null) { %> No SKU assigned <% } else { %> <%= user.SKU %> <% } %> <%= user.name %><%= user.status %><%= user.status %><%= user.status %><%= user.status %>

<% if(it.maxPages > 1) { %> <% } %>
<%~ E.includeFile("partials/controlsFoot.eta.html") %> <%~ E.includeFile("partials/foot.eta.html") %>