{% extends "base.html" %} {% block title %}Register Farmer | NAIMS Namibia{% endblock %} {% block content %} Farmer Registration Enroll a new farmer and their holding into the national database. Back to List {% csrf_token %} Personal Information Full Name {{ f_form.name }} National ID / Passport {{ f_form.id_number }} Contact Number {{ f_form.phone_number }} Constituency {{ f_form.constituency }} Select the constituency where the farmer is based. Initial Holding Details Holding Size (Hectares) {{ h_form.size_hectares }} Primary Farming Activity {{ h_form.primary_activity }} Location / Description {{ h_form.location_description }} Note: More holdings can be added later from the farmer's profile page. Complete Registration & Save to National Registry By registering, you confirm the data matches official government records. {% endblock %}
Enroll a new farmer and their holding into the national database.
By registering, you confirm the data matches official government records.