MangoShelf early demo
Dashboard
Inventory
<%= site %>
<%= test.mangoshelf.Items[1].Location %>
<% if(site == 2) { %>
Inventory
#
Name
Location
Amount
Tools
<% for (let i = 0; i < test.mangoshelf.Items.length; i++) { %>
<%= i + 1 %>
<%= test.mangoshelf.Items[i].Name %>
<%= test.mangoshelf.Items[i].Location %>
<%= test.mangoshelf.Items[i].Amount %>
Edit
Delete
<% } %>
<% } %>