{% load static %}
{% for items in item_dictionary_list %} {% endfor %}
No Item Description Call-Off Delivery Date Price Unit Unit Price Per Unit Total Quantity Action
{{ forloop.counter }}
{% if items.call_off == '01'%} {{ items.description }} {% else %} {{ items.description }} {% endif %}
{% if items.call_off == '01' or items.call_off == '02' or items.call_off == '03' %}
by - {{ items.supplier_desc }}
{% else %}
by - {{ items.pref_supplier }}
{% 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.item_del_date %}{% else %}{% endif %}{% else %}{{ items.item_del_date|date:"Y-m-d" }}{% endif %} {{ items.price_unit }} {% 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' %}{{items.value}}{% else %} {{items.value}} {% endif %}/ {{request.user.currency_id}} {% if items.call_off == '01' %} {{ items.catalog_qty }} {% else %} {{ items.quantity }} {% endif %}
delete_outline
Total Value (Net) {{actual_price}} {{request.user.currency_id}}
Total Discount - {{discount_value}} {{request.user.currency_id}}

Total value for {{ itm_det|length }} items {{sc_header_data.total_value}} {{request.user.currency_id}}
{% include 'ProductDetailPopup/basic_product_detail_popup.html' %}