{% extends 'base.html' %} {% block title %}Edit Admin - {{ admin.get_full_name }} - HAVEN GRAZURI ADVANCE{% endblock %} {% block content %}

Edit Admin: {{ admin.get_full_name }}

Update admin user information and permissions.

Back to Admin List
{% csrf_token %}

Admin: Full system access
Team Leader: Manage team and portfolio
Loan Officer: Manage assigned borrowers
Secretary: Administrative support
Auditor: Review and audit access

Change Password

Leave blank to keep current password.

Cancel
{% endblock %}