{% if items %}
| {{ t.cart_col_product }} | {{ t.cart_col_price }} | {{ t.cart_col_quantity }} | {{ t.cart_col_total }} | |
|---|---|---|---|---|
|
{% if item.product.image_url %} {% if item.product.market_logo_url %} {{ item.product.quality_grade }}{% endif %} {% if item.measure_label %} {{ item.measure_label }}{% endif %} |
TSh {{ item.unit_price|floatformat:0 }}/{% if item.measure_label %}{{ item.measure_label }}{% else %}{{ item.product.unit_display }}{% endif %}{% if item.min_qty > 1 %} {{ t.cart_min }} {{ item.min_qty }}{% endif %} |
{{ item.quantity }}
|
TSh {{ item.line_total|floatformat:0 }} |
{{ t.cart_empty }} {{ t.cart_browse_market }} {{ t.cart_to_add_produce }}
{% endif %}