{% extends "base.html" %} {% block title %}{{ farmer.name }} Profile | NAIMS Namibia{% endblock %} {% block content %} {{ farmer.name|slice:":1" }} {{ farmer.name }} Active Registration ID / Passport {{ farmer.id_number }} Phone Number {{ farmer.phone_number|default:"N/A" }} Constituency {{ farmer.constituency.name }} Region {{ farmer.constituency.region.name }} Date Joined {{ farmer.created_at|date:"d M Y" }} Back to Registry Agricultural Holdings ({{ farmer.holdings.count }}) Add Another Holding {% for holding in farmer.holdings.all %} {{ holding.get_primary_activity_display }} {{ holding.location_description|default:"No location provided." }} {{ holding.size_hectares }} Hectares {% empty %} No holdings registered for this farmer. {% endfor %} Historical Performance & Indicators Crop Output 0.0 t Livestock 0 Input Use N/A Food Security STABLE System Analysis: Detailed production reports are expected during the next harvest assessment cycle (July 2026). {% endblock %}
{{ holding.location_description|default:"No location provided." }}
No holdings registered for this farmer.
System Analysis:
Detailed production reports are expected during the next harvest assessment cycle (July 2026).