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

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
<%= user.SKU %> <%= user.name %><%= user.status %><%= user.status %><%= user.status %><%= user.status %>Edit

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