Logout
Welcome, {{ user.username }}!
{% if user.profile.role == 'ai_engineer' %}
AI Engineer Dashboard
Access AI-related tools and data.
{% elif user.profile.role == 'finance' %}
Finance Dashboard
View financial reports and tools.
{% else %}
User Dashboard
Manage your tasks and profile.
{% endif %}