{% load navigation_tags %}
Actions available based on your role and permissions
{{ action.description }}
{% endif %}âšī¸ Use keyboard shortcuts (Ctrl+K) to quickly navigate to any page.
Manage staff permissions from the Staff Management section.
{% elif user.role == 'team_leader' %}đ Monitor your team's performance from the Portfolio section.
â Review pending loan approvals to keep operations flowing.
{% elif user.role == 'loan_officer' %}đĨ Keep track of your assigned clients in the Portfolio section.
â° Check pending tasks regularly to stay on top of your workload.
{% elif user.role == 'secretary' %}Upload client documents as soon as they're received.
đ Use the communication tools to stay in touch with clients.
{% elif user.role == 'auditor' %}đ Access all compliance reports from the Reports section.
âŦī¸ Export data for external analysis when needed.
{% endif %}