{% load i18n simpelcore_tags %} {% if items.count %}
{% trans "#" %} | {% trans "Item" %} | {% trans "Price" %} | {% trans "Quantity" %} | {% trans "Total" %} |
---|---|---|---|---|
{{ group.grouper }} | ||||
{{ item.product.inner_id }} | {{ item.product.name }} | {{ item.subtotal|currency }} | {{ item.quantity }} {{ item.product.unit }} | {{ item.total|currency }} |
{% trans "Total Order" %} | {{ cart.total_order|currency }} |