{% load navigation_tags %}
{% if quick_actions %}

⚡ Quick Actions

Actions available based on your role and permissions

{% for action in quick_actions %}
{% if action.badge_count %} {{ action.badge_count }} {% endif %}

{{ action.title }}

{% if action.description %}

{{ action.description }}

{% endif %}
â€ē
{% endfor %}
💡 Tips for {{ user.get_role_display }}s
{% if user.role == 'admin' %}

â„šī¸ 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 %}
{% else %}
â„šī¸

No Quick Actions Available

Quick actions will appear here based on your role and permissions.

{% endif %}