Notifications
Mark all as readNo new notifications
Total Leads
{{ stats.total_leads }}
{{ stats.new_leads }} new
Converted Leads
{{ stats.converted_leads }}
{% if stats.total_leads > 0 %}
{{ stats.converted_leads|floatformat:0 }}/{{ stats.total_leads }} ({% widthratio stats.converted_leads stats.total_leads 100 %}%)
{% else %}
0%
{% endif %}
Total Projects
{{ stats.total_projects }}
{{ stats.active_projects }} active
Pending Payments
{{ stats.pending_payments }}
Needs approval
Total Revenue
${{ stats.total_revenue|floatformat:0 }}
Approved payments
Total Clients
{{ stats.total_clients }}
Registered users
Active Projects
{{ stats.active_projects }}
In progress
CRM Staff
{{ stats.crm_count }}
CRM members
Lead Managers
{{ stats.lead_manager_count }}
Lead managers
Project Managers
{{ stats.project_manager_count }}
Project managers
Employees
{{ stats.employee_count }}
Team members
Quick Actions
Recent Leads
View All →| Name | Source | Status | Date |
|---|---|---|---|
| {{ lead.get_full_name }} | {{ lead.get_source_display }} | {{ lead.get_status_display }} | {{ lead.created_at|date:"M d, Y" }} |
No leads yet
Recent Activity
Activity Log-
New Lead Created
Contact form submission
2 hours ago -
Payment Approved
Project #1234 activated
5 hours ago -
Payment Submitted
Awaiting approval
1 day ago
Recent Projects
View All →| Project | Client | CRM | Status | Created |
|---|---|---|---|---|
| {{ project.title }} | {{ project.client.get_full_name }} | {{ project.crm.get_full_name|default:"Not assigned" }} | {{ project.get_status_display }} | {{ project.created_at|date:"M d, Y" }} |
No projects yet
Pending Payments
View All →| Project | Client | Amount | Method | Date | Status |
|---|---|---|---|---|---|
| {{ payment.project.title }} | {{ payment.client.get_full_name }} | ${{ payment.amount }} | {{ payment.get_payment_method_display }} | {{ payment.payment_date|date:"M d, Y" }} | {{ payment.get_status_display }} |
Pending ID Verifications
{{ stats.pending_verifications }} pending| Client Name | Phone | Uploaded | Action | |
|---|---|---|---|---|
| {{ client.get_full_name }} | {{ client.email }} | {{ client.profile.phone_number|default:"N/A" }} | {{ client.profile.id_proof_uploaded_at|date:"M d, Y H:i" }} | Review |