<% if(items.length === 0) { %>

Nog geen producten op de lijst.

<% } else { %>
<% items.forEach(item => { %>
style="text-decoration: line-through; color: #999;"<% } %>> <%= item.product_name %> <% if(item.amount && item.amount !== 1) { %> <%= item.amount %> <% } %>
<%= item.category_icon || "" %> <%= item.category_name || "Geen categorie" %>
<% }) %>
<% } %>

Product toevoegen