{% extends 'base.html' %} {% load static_v %} {% block title %}Regions — Admin{% endblock %} {% block content %}
Admin Portal

Regions

← Back to portal

The canonical list of delivery regions. B2C orders only match a picker registered in the same region as the delivery — tag your Known Areas (below) and picker profiles with a region to turn this on for them; anything left untagged keeps working exactly as before. B2B stays region-free (inter-regional).

Add Region

Search for the place instead of typing a region name — resolved via HERE, and added to the catalog automatically.

{% csrf_token %}

Registered Regions

{% for region in regions %}

{{ region.name_en }}

{% if region.name_sw and region.name_sw != region.name_en %}

{{ region.name_sw }}

{% endif %}
{% csrf_token %}
{% empty %}

No regions yet — add your first one above.

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