{{ item }} {% for priceTier in product.priceTiers %} {% endfor %}
QtyPrice
{% if loop.last %} {{priceTier.quantity}}+ {% else %} {{ priceTier.quantity}} - {{product.priceTiers[loop.index].quantity - 1}} {% endif %} {{priceTier.price|currency}}/each