{% extends 'auth/dashboard.html' %} {% load static %} {% block content %}

Register Farmer Group

Provide accurate group information and register at least the group officials.

{% if max_groups_per_user %}

Note: Each member can belong to a maximum of {{ max_groups_per_user }} group(s).

{% endif %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% csrf_token %}

Group Information

Upload the official group registration certificate (PDF only, max 5MB).

Group Members

You must register at least 3 members: Chairperson, Secretary, and Treasurer.

All information will be securely stored and members will be notified via SMS and email.

Cancel
{% endblock %}