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.

{% elif user.profile.role == 'admin' %}

Admin Page

View all Activity

Manage Users

{% else %}

User Dashboard

Manage your tasks and profile.


Upload Files to ML

{% csrf_token %} {{ form }}
Submit
{% endif %}