{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
| SL No | File | Budget | Total Order Qty | SC/LC Value | Total Export Qty | Total Export Value | Status | Action | |
|---|---|---|---|---|---|---|---|---|---|
| {{forloop.counter}} | {{ export.budget.file_name }} | {{ export.budget }} | {{ export.budget.total_qty_value.total_gmt_qty }} pcs | ${{ export.budget.total_qty_value.grand_total_value|floatformat:3 }} | {{export.shipped_qty}} pcs | $ {{export.shipped_value}} | {{export.com_status}} | ||
| No data found. | |||||||||