diff --git a/app/modules/clients/templates/clients/list.html b/app/modules/clients/templates/clients/list.html index 8eadf9e..f93ac67 100644 --- a/app/modules/clients/templates/clients/list.html +++ b/app/modules/clients/templates/clients/list.html @@ -34,7 +34,7 @@ {% include "modules/clients/templates/clients/partials/table.html" %} - {% if meta and not partner_client_view %} + {% if meta and not compact_client_view %}
| Code | +Client | +Group | +Partner | +Branch | +Status | ++ |
|---|---|---|---|---|---|---|
| {{ row.client_code }} | +{{ row.client_name }} {{ row.pan or row.gstin or '-' }} |
+ {% if row.client_group_name %}{{ row.client_group_name }} {{ row.group_relationship or row.client_group_code }} {% else %}-{% endif %} |
+ {{ row.partner_name or row.effective_partner_id or '-' }} | +{{ row.branch_name or row.assoc_firm_branch_id or row.branch_id or '-' }} | +{% if row_status == 'active' %}Active{% elif row_status == 'archived' %}Archived{% else %}Inactive{% endif %} | +Open | +
| No clients found. | ||||||
| No clients match the selected filters. | ||||||