{% extends 'base.html' %} {% block title %}Login - NAIMS Namibia{% endblock %} {% block content %}

User Login

{% csrf_token %} {% for field in form %}
{{ field.errors }}
{% endfor %}
Only authorized Ministry personnel and Extension Officers can access the registration system.
{% endblock %}