<%~ 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){ %> <% }) %>
SKU Name Status Actions
No items found
<%= user.SKU %> <%= user.name %> <%= user.status %> Edit

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