>
<% _.each(taxes, function(taxes) { %>
<%= taxes.code %>
<%= taxes.description %>
{Literal}Rate 1:{/Literal} <%= taxes.rate %>          {Literal}Rate 2:{/Literal} <%= taxes.rate2 %>
{Literal}Piggyback:{/Literal} <%= taxes.isPiggyBack %>
<% }); %>
add