Size
{% if item.size and 'mm' in item.size and 'Yard' in item.size %}
{{ item.size }}
{% else %}
{{ item.size }}
{% endif %}
{{ item.colour }} {{ item.brand }} {{ item.micron }}mic
Quantity
{{ item.qty }}
{% if item.required_pieces > 0 %}
{{ item.cartons }} Ctn Ć {{ item.pieces_per_carton }} = {{ item.required_pieces }} Pcs
{% endif %}
Brand & Variety
{{ item.brand }}
{{ item.variety }}
Amount
Rs. {{ "{:,.0f}".format(item.amount|safe_float) }}
{% if item.unit_price > 0 %}
@ Rs. {{ "{:.2f}".format(item.unit_price|safe_float) }}
{% endif %}
Status
{% if item.is_closed %}
CLOSED
{{ item.closed_date }}
{% else %}
ACTIVE
{% endif %}
Actions
{% if item.is_closed %}
{% else %}
{% endif %}
{% if item.printed_matter and item.printed_matter.strip() %}
{% endif %}
{% if item.notes and item.notes.strip() %}