<% _.each(prices, function(unitPrices, unit) { %> <% _.each(unitPrices, function(price) { %> <% }) %> <% }) %>
<%- _.__('oro.pricing.qty') %> <%- _.__('oro.pricing.unit_price') %>
<%- _.__('oro.product.product_unit.' + unit + '.label.full') %>
<%- price.quantity %> <%- formatter.formatCurrency(price.price, price.currency) %>