{% load static %}
| Name | Order Count | Status | Actions | |
|---|---|---|---|---|
| {{ user.name }} | {{ user.email }} | {{ user.order_details|length }} | {% if user.status == '1' %} Active {% elif user.status == '3' %} Block {% else %} Inactive {% endif %} |
{% comment %}
{% endcomment %}
|
Driver data not found.
| Name | Order Count | Status | Actions | |
|---|---|---|---|---|
| {{ user.name }} | {{ user.email }} | {{ user.order_details|length }} | {% if user.status == '1' %} Active {% elif user.status == '3' %} Block {% else %} Inactive {% endif %} |
{% comment %}
{% endcomment %}
|
Shipper data not found.
Loading...