{% extends 'base.html' %} {% load static %} {% load static_v %} {% block title %}Order Locations Map — Admin{% endblock %} {% block content %}
Admin Portal

Order Locations Map

← Back to portal

{{ point_count }} order location{{ point_count|pluralize }} plotted below — delivery location is captured automatically at checkout. Green = delivered, blue = not yet delivered. Use the layers control (top-right of the map) to toggle each group.

{% for opt in status_options %}
{{ opt.count }}
{{ opt.label }}
{% endfor %}
{% for opt in status_options %} {% endfor %}
Clear
{% endblock %} {% block extra_scripts %} {% endblock %}