{% load i18n admin_urls simpelcore_tags %} {% with object.product.specific as product %} {% if product.is_deliverable or object.bundles.count %}
{% trans "#" %} | {% trans "Item" %} | {% trans "Price" %} | {% trans "Quantity" %} | {% trans "Total" %} |
---|---|---|---|---|
{{ orderitem_bundle.product.inner_id }} | {{ orderitem_bundle.product.name }} | {{ orderitem_bundle.product.total_price|currency }} | {{ orderitem_bundle.quantity }} {{ orderitem_bundle.product.unit }} | {{ orderitem_bundle.total|currency }} |