Products

<% if (items.length > 0) { %> <% items.forEach(function(item){ %> <% }); %> <% } %>
Product Price Qty Total

<%= item.name %>

<%- item.sub_name %>

<%= accounting.formatMoney(item.final_price,'') %> <%= item.qty %> <%= accounting.formatMoney(item.total,'') %>