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