Admin Dashboard

Notifications

Mark all as read

No 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

Recent Leads

View All →
{% if recent_leads %}
{% for lead in recent_leads %} {% endfor %}
Name Source Status Date
{{ lead.get_full_name }} {{ lead.get_source_display }} {{ lead.get_status_display }} {{ lead.created_at|date:"M d, Y" }}
{% else %}

No leads yet

{% endif %}

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 →
{% if recent_projects %}
{% for project in recent_projects %} {% endfor %}
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" }}
{% else %}

No projects yet

{% endif %}
{% if pending_payments %}

Pending Payments

View All →
{% for payment in pending_payments %} {% endfor %}
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 }}
{% endif %} {% if pending_verifications %}

Pending ID Verifications

{{ stats.pending_verifications }} pending
{% for client in pending_verifications %} {% endfor %}
Client Name Email 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
{% endif %}