{% extends "pxy_dashboard/partials/base.html" %} {% load static %} {% block title %}Zone Definition{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% include "pxy_dashboard/partials/dashboard/kpi_row.html" %}

Pre-Operation ยท Zone Definition

{% if chart_data.zones %}
Waste Generation by Zone
Number of Households by Zone
{% endif %} {% if scatter_series %}
Scatter: Waste vs Households (All Cities)
{% endif %}
{% endblock %} {% block extra_js %} {% endblock %}