<% _.each(customerTerms, function(customerTerm) { %>
<%= customerTerm.terms %>
{Literal}Days until due{/Literal}: <%= customerTerm.discountDays %>
{Literal}Min days until due{/Literal}: <%= customerTerm.daysUntilDue %>
{Literal}Due day of month{/Literal}: <%= customerTerm.dueDayOfMonth %>
<% }); %>