Welcome, {{ user.username }}!
    {% if user.profile.role == 'ai_engineer' %} 
        AI Engineer Dashboard
        Access AI-related tools and data.
        
        Upload new ML Model
        
        
        Access Records
         
    {% 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
        
    {% endif %}