Orders that chose a fleet company at checkout are waiting for that company to assign one of its own drivers internally. Admin can watch this queue across every company and assign a driver directly if a company needs help — same validation as the company's own assignment (driver must belong to that order's company, and their truck must be rated for the order's weight class).
{% for order in orders %}{{ order.company.company_name|default:"Unknown company" }} · {{ order.delivery_date }} {{ order.delivery_time_slot }} · TSh {{ order.total_amount|floatformat:0 }}
No eligible driver in this company yet for this order's weight class.
{% endif %}No orders waiting for driver assignment right now.
{% endfor %}