<% lineItems.each(function(lineItem) { %> <% }) %>
<%= sectionName %>
<%= lineItem.name %> <% if (lineItem.errors && lineItem.errors.length > 0) { %> <% lineItem.errors.each(function(error){ %> <%= error %> <% }) %> <% } else { %> <% if (lineItem.description) { %> <%= lineItem.description %> <% } %> <% } %> <% if (sectionName.toLowerCase().indexOf('coupon') == -1) { %>
<% if (!lineItem.errors || lineItem.errors.size() == 0) { %> <% if (lineItem.price > 0.0) { %> <% if (typeof(per) != 'undefined' && per == 'hour') { %> $<%= lineItem.unitPrice.toFixed(2) %> / hour <% } else { %> $<%= lineItem.price.toFixed(2) %><%= (typeof(per) == 'undefined') ? '' : ' / ' + per %> <% } %> <% } else if (lineItem.price < 0.0) { %> -$<%= (-lineItem.price).toFixed(2) %><%= (typeof(per) == 'undefined') ? '' : ' / ' + per %> <% } else { %> Included <% } %> <% } else { %> N/A <% } %>
<% } else { %>   <% } %>