Assigned Clients

Owned clients and review-assigned clients, with existing service, task and overdue totals.

{{ clients|length }} clients Manage Clients
{% for c in clients %} {% set row_status = (c.status or 'active')|lower %} {% else %} {% endfor %}
Code Client PAN / GSTIN Services Tasks Overdue Status
{{ c.client_code }} {{ c.client_name }} {{ c.pan or c.gstin or '-' }} {{ c.service_count }} {{ c.task_count }} {{ c.overdue_count }} {% if row_status == 'active' %} Active {% elif row_status == 'archived' %} Archived {% else %} Inactive {% endif %} Open
No assigned clients found.