{% extends "admin/base_site.html" %} {% block content %}
| #CN | Shipment Date | 3PL Rider | 3PL Shipment Type | 3PL Payment Status | Status | Active | Payment Status | Destination | COD | Total Weight | Delivery charges | Net Total charges | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{i.customer_parcel_CN_NUMBER}} | {{i.Shipment_Date.date}} | {{i.DELIVERY_RIDER.Company_Name}} | {{i.Api_Sp_Type}} | {% if i.TPL_Payment_status == "Paid" %}
{{i.TPL_Payment_status}} |
{% else %}
{{i.TPL_Payment_status}} |
{% endif %}
{% if i.DELIVERY_RIDER and i.Api_Tracking_No %}
{% if i.Status != "Delivered" or i.Status != "RTS Parcel" %}
{{i.Parcel_Status}} |
{% else %}
{{i.Parcel_Status}} | {% endif %} {% else %} | {{i.Parcel_Status}} | {% endif %} {% if i.Active == "Yes" %}{{i.Active}} |
{% else %}
{{i.Active}} |
{% endif %}
{% if i.payment_status == "Paid" %}
{{i.payment_status}} |
{% else %}
{{i.payment_status}} |
{% endif %}
{{i.destination.name}} | {{i.receive_cash}} | {{i.Total_Weight}} | {{i.Total_Delivery_charges}} |
{% if i.Net_Total > 0 %}
Rs.{{i.Net_Total}} Rs.{{i.Net_Total}} |
{% comment %} {% if i.Delivery_Date %}
{{i.Delivery_Date}} | {% else %}--dd--mm--yy-- | {% endif %}{{i.Last_Update}} | {% endcomment %}