{% extends "base.html" %} {% block title %}Dashboard | PMS{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Welcome, {{ request.user.get_full_name|default:request.user.username }}

Manage clients, projects and team workflows from one workspace. Track records faster, keep delivery organized, and quickly jump into the modules you use every day.

Clients Dashboard

Open all clients, search records quickly, and add new client profiles with structured contact details and status tracking.

Go to Clients

Projects Dashboard

Open all projects, apply filters, and manage delivery data including project status, model type, industry, and ownership.

Go to Projects

Team Dashboard

Open all team members, search employee records, and maintain role, designation, and project assignment information in one place.

Go to Team
{% endblock %}