{% load static %}
{% for items, item_total_value in cart_items %} {% endfor %}
No Item Description Call-Off Delivery Date Price Unit Unit Price Per Unit Total Quantity Action
{% if highest_item_number == forloop.counter %}{% endif %}{{ forloop.counter }}
{% if items.call_off == '01'%} {{ items.description }} {% else %} {{ items.description }} {% endif %}
{% if items.eform_id %} {% if items.call_off == '04' or items.call_off == '02' or items.call_off == '03' %} {% endif %} {% endif %}
{{ items.call_off }} {% if items.call_off == '04' %}{% if items.start_date %}{{items.start_date|date:"Y-m-d"}}{% else %}{{items.item_del_date|date:"Y-m-d"}}{% endif %}{% else %}{{ items.item_del_date|date:"Y-m-d" }}{% endif %} 1 {% if items.call_off == '04' %}-{% else %}{{ items.unit_desc }}{% endif %} {% if items.call_off == '04' %}-{% else %}{{ items.price }} / {{items.currency}}{% endif %} {% if items.call_off == '04' %} {{item_total_value}}{% else %} {{item_total_value}}{% endif %} / {{requester_currency}} {% if display_update_delete %}{{ items.quantity }}{% else %}{{ items.quantity }}{% endif %}
{% if display_update_delete %} delete_outline {% endif %} {% if select_flag %} {% endif %}
{% include 'ProductDetailPopup/basic_product_detail_popup.html' %}
Total Value (Net) {{actual_price}}{{request.user.currency_id}}
Total Discount - {{discount_value}}{{request.user.currency_id}}

Total value for items: {{total_value}} {{request.user.currency_id}}