<% _.each(productLines, function(productLine) { %>
<%= productLine.description %>
<%= productLine.type %>
<% if(productLine.taxable) { %> {Literal}Taxable{/Literal} <% } %> <% if(!productLine.taxable) { %> {Literal}Non-Taxable{/Literal} <% } %>
<% }); %>
add