<% if(final_items_discount_amount && final_items_discount_amount > 0) {%> <% items.forEach(function(item){ %> <% }); %>

Item

Qty

<%= item.name %>

<% if(item.sub_name.length > 0){ %>

<%- item.sub_name %>

<% }; %>

<%= item.qty %>

<% } else{ %> <% items.forEach(function(item){ %> <% }); %>

Item

Qty

<%= item.name %>

<% if(item.sub_name.length > 0){ %>

<%- item.sub_name %>

<% }; %>

<%= item.qty %>

<% } %>