{% load i18n static sekizai_tags %} {% addtoblock "js" %}{% endaddtoblock %} {% addtoblock "ng-requires" %}djng.forms{% endaddtoblock %}
{% trans "Quantity" %} | {% trans "Product" %} | {% trans "Unit Price" %} | {% trans "Total" %} |
---|---|---|---|
{{ cart_item.quantity }} | {{ cart_item.summary.media }} |
{{ cart_item.unit_price }} {% for extra_row in cart_item.extra_rows %}{{ extra_row.label }}
{% endfor %}
|
{{ cart_item.line_total }} {% for extra_row in cart_item.extra_rows %}{{ extra_row.amount }}
{% endfor %}
|
{% trans "Subtotal" %} | {{ cart.subtotal }} | ||
{% trans "Total" %} |
{{ cart.total }} |