{% load static %}
| item call _off1 | guid | No | Item | item call _off2 | Description | Call-Off | Delivery Date | Price Unit | Unit | Price Per Unit | Total | Quantity | Action | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{items.call_off}} | {{items.guid}} | {{items.prod_cat_id}} | {{ forloop.counter }} |
|
{{ items.call_off }} |
{% 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_id }}{{ 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 %} | |