InNeed
Lists
Logout
<%= shoppinglist %>
Add a new Product
Add
Product
Amount
Got It?
Options
<% items.forEach(function(item) { %>
<%= productnames[item.product] %>
<%= item.amount %>
Remove
<% }); %>