{% extends 'layout/default.html' %} {% load i18n %} {% block title %}{% translate "List Technician Assigned Order" %}{% endblock %} {% block breadcumbheading %} {% translate "Manage Technician Assigned Orders" %} {% endblock %} {% block breadcumbfirst %} {%for technician_assigned_order_list in technician_assigned_order_lists %} {% if forloop.first %} Manage Technician Assigned Orders {% endif %} {% endfor %} {% endblock %} {% block breadcumbaddmore %}
| Sr.No | Order ID | Customer | Assigned Date | Actions |
|---|---|---|---|---|
| {{forloop.counter}} | #{{technician_assigned_order_list.order_item__order__id}} | {% if technician_assigned_order_list.order_item__order__invoice__customer__first_name and technician_assigned_order_list.order_item__order__invoice__customer__last_name %} {{technician_assigned_order_list.order_item__order__invoice__customer__first_name }} {{ technician_assigned_order_list.order_item__order__invoice__customer__last_name }} {% else %} {{ technician_assigned_order_list.order_item__order__invoice__customer__company_name }} {% endif %} | {{technician_assigned_order_list.booking_date|date:"d-m-Y"}} | Select |