{% extends "base.html" %} {% block title %}Public Reporting Dashboard | NAIMS Namibia{% endblock %} {% block extra_js %} {% endblock %} {% block content %}

National Agricultural Reporting Dashboard

Public access to real-time agricultural statistics and performance indicators for the Republic of Namibia.

Total Farmers

{{ total_farmers }}

Active Holdings

{{ total_holdings }}

National Regions

14

System Status

ONLINE

Activity Distribution
Farmer Distribution by Region
{% if user.is_authenticated %} Registry View {% endif %}
{% for stat in region_stats %} {% empty %} {% endfor %}
Region Registered Farmers Status Progress
{{ stat.name }} {{ stat.count }} Verified {% with stat.count|default:0 as cnt %}
{% endwith %}
No data available yet.
{% endblock %}