{% load i18n admin_urls simpelcore_tags %} {% with object.product.specific as product %}
{% trans "#" %} | {% trans "Item" %} | {% trans "Price" %} | {% trans "Quantity" %} | {% trans "Total" %} | {% comment %} {% endcomment %} |
---|---|---|---|---|---|
{{ bundle.product.inner_id }} | {{ bundle.product.name }} | {{ bundle.price|currency }} | {{ bundle.quantity }} {{ bundle.product.unit }} | {{ bundle.total|currency }} |
|
{{ cartitem_bundle.product.inner_id }} | {{ cartitem_bundle.product.name }} | {{ cartitem_bundle.product.total_price|currency }} | {{ cartitem_bundle.quantity }} {{ cartitem_bundle.product.unit }} | {{ cartitem_bundle.total|currency }} |
{% if not cartitem_bundle.required %}
{% else %}
|