The registered physical markets pickers are based out of — starting with Dar es Salaam. A B2C picker picks their market at signup (or from their profile), which sets their base location from here instead of hand-placing a pin. Hiding a market stops it from being offered to new/editing pickers without deleting its data.
Columns: Region, Market Name & Location, Primary Focus / Notes, Latitude, Longitude
(or lowercase region, name, notes, lat, lng). A row whose name already exists updates
it instead of duplicating it.
| Market | Region | Coordinates | Status | |
|---|---|---|---|---|
| {{ market.name }}{% if market.notes %} {{ market.notes|truncatechars:80 }}{% endif %} |
{{ market.region|default:"—" }} | {{ market.lat }}, {{ market.lng }} | {% if market.is_active %}Active{% else %}Hidden{% endif %} | |
| No markets yet — add one above or import a CSV. | ||||