Register a truck on behalf of any fleet company — pick its location on the map and assign which warehouse(s)/industry(ies) it services, so a warehouse-tied order can offer this exact truck at checkout. A company can still add its own trucks from its dashboard; this is admin's view across every company at once.
{{ truck.company.company_name|default:"— no company —" }} · {{ truck.truck_type.name|default:"—" }} {% if truck.location_lat %} · {{ truck.location_lat|floatformat:4 }}, {{ truck.location_lng|floatformat:4 }}{% endif %}
{% if truck.warehouses %}Services: {% for w in truck.warehouses %}{{ w.name }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endif %}No trucks registered yet.
{% endfor %}