{% 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
{{ f_form.name }}
{{ f_form.id_number }}
{{ f_form.phone_number }}
{{ f_form.constituency }} Select the constituency where the farmer is based.
Initial Holding Details
{{ h_form.size_hectares }}
{{ h_form.primary_activity }}
{{ h_form.location_description }}
Note: More holdings can be added later from the farmer's profile page.

By registering, you confirm the data matches official government records.

{% endblock %}