{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Export {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Export

{% csrf_token %}
{{form.file|as_crispy_field }}
{{form.budget|as_crispy_field }}
{% if export_requests %}
{% comment %} {% endcomment %}
{% for export in export_requests %} {% empty %} {% endfor %}
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.
{% if export_requests.has_other_pages %} {% endif %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}