{{header_title}}
{% ifequal header_title 'Outstanding Jobs' %}
{% if allVehicals %}
{% endif %}
{% endifequal %}
{% ifequal header_title 'Completed Jobs' %}
{% if allVehicals %}
{% endif %}
{% endifequal %}
{% ifequal header_title 'Completed Jobs' %}
{% endifequal %}
{% ifequal header_title 'Outstanding Jobs' %}
{% endifequal %}
{% ifequal header_title 'Outstanding Jobs' %}
{% endifequal %}
{% ifequal header_title 'Completed Jobs' %}
{% endifequal %}
{% csrf_token %}
{% if all_customerjobs.has_other_pages %}
{% endif %}
| Serial No. | Parcel Image | Sender Name | Pickup Address | Recipient Name | Drop Address | Parcel Type | Created At | Action | {% if all_customerjobs %} {% for customerjob in all_customerjobs %}|
|---|---|---|---|---|---|---|---|---|---|
| {{customerjob.serialno}} | ![]() |
{% if customerjob.showId == True %}
{{customerjob.sendername}} | {% else %}{{customerjob.sendername}} | {% endif %}{{customerjob.senderpickupaddress}} | {{customerjob.recipientname}} | {{customerjob.recipientdropoffaddress}} | {{customerjob.ordertype}} | {{customerjob.createdDate}} | {% ifequal header_title 'Failed Jobs' %} {{customerjob.driverID}} {% else %} {% ifequal header_title 'Completed Jobs' %}{% else %}{% if customerjob.driverexist %} {{customerjob.driverID}} {% else %} {% endif %}{% endifequal %} {% endifequal %} {{customerjob.extraId}} {{customerjob.id}} {{customerjob.senderlatitude}} {{customerjob.senderlongitude}} {{customerjob.recipientlatitude}} {{customerjob.recipientlongitude}} |
