{% extends 'base.html' %} {% load static %} {% load static_v %} {% block title %}Track Order #{{ order.id }} — Admin{% endblock %} {% block content %}
Admin Portal

Tracking Order #{{ order.id }}

← Back to portal

{% if picker_photo_url %}{% endif %} Picker: {{ picker_name|default:"—" }} · Deliver to: {{ order.delivery_address }} · {{ order.status|title }}

Distance remaining (at last update) {{ route_distance_km|default:'—' }} km
ETA (at last update) {% if route_duration_min %}~{{ route_duration_min|floatformat:0 }} min{% else %}—{% endif %}
Time spent picking {% if picking_duration_min %}{{ picking_duration_min }} min{% else %}—{% endif %}
Nearest registered market {% if nearest_market %}{{ nearest_market.name }} (~{{ nearest_market.distance_km }} km){% else %}—{% endif %}
{% if far_from_market %}
⚠ Far from any registered market

This picker set off from a location more than 2 km from the nearest registered market — worth a quick check that the order was actually sourced from a designated market and meets quality standards.

{% endif %}

Waiting for the picker's live location…

{% endblock %} {% block extra_scripts %} {% endblock %}