{% extends 'base.html' %} {% load static %} {% load permission_filters %} {% block title %}User Permissions - {{ user.get_full_name }}{% endblock %} {% block content %}

๐Ÿ›ก๏ธ User Permissions

Manage permissions for {{ user.get_full_name }} ({{ user.get_role_display }})

{% if user.profile_image %} {% else %}
{{ user.get_initials }}
{% endif %}

{{ user.get_full_name }}

{{ user.email }}

{{ user.phone_number }}

{{ user.get_role_display }}
{% if messages %} {% for message in messages %}

{{ message }}

{% endfor %} {% endif %}
{% csrf_token %}

Permission Legend

Allowed - User can perform this action
Denied - User cannot perform this action

Dashboard

Overview & Metrics

๐Ÿ‘ฅ Clients

Client Management

Client Information

Client Operations

๐Ÿ’ต Loans

Loan Management

Loan Approval

Loan Operations

๐Ÿ’ณ All Repayments

Payment Management

Payment Processing

Payment Analytics

Portfolio

Portfolio Management

Portfolio Analytics

๐Ÿ“Š Reports & Statements

Reports Access

Financial Reports

Statements

๐Ÿ“ Documents & Customer Documents

Document Management

Customer Documents

๐Ÿงพ Payment Receipts & Notifications

Payment Receipts

Notifications

โš™๏ธ Settings

General Settings

Branch Settings

System Settings

Cancel
{% endblock %}