+
+
+

Welcome to your CRM

+

Manage your clients and leads effectively.

+
+ +
+
+
+
+
Add New Client
+
+ {% csrf_token %} + {{ form.as_p }} + +
+
+
+
+
+
+
+
Clients
+ + + + + + + + + + + {% for client in clients %} + + + + + + + {% endfor %} + +
NameEmailPhoneStatus
{{ client.first_name }} {{ client.last_name }}{{ client.email }}{{ client.phone }}{{ client.get_status_display }}
+
+
+
+
+
+