The neighborhood/ward names and coordinates customers' delivery-location search matches against. Correct a coordinate here if a pin lands in the wrong place, or add a new area directly. Areas the AI resolves from a customer's search (because no coordinate was on file yet) are added here automatically, tagged ai, so the same place never has to be re-guessed. {% if unresolved_count %}{{ unresolved_count }} area{{ unresolved_count|pluralize }} still {{ unresolved_count|pluralize:"has,have" }} no coordinates — a customer searching one of those will trigger an AI lookup.{% endif %}
Columns: name, lat, lng, aliases (aliases separated by ; within the cell).
A row whose name already exists updates its coordinates/aliases instead of duplicating it.
| Name | Coordinates | Aliases | Source | |
|---|---|---|---|---|
| {{ area.name|title }} | {% if area.lat is None %} No coordinates {% else %} {{ area.lat }}, {{ area.lng }} {% endif %} | {{ area.aliases|join:", " }} | {{ area.source }} | |
| No areas yet. | ||||