{% extends "ui/templates/base/layout.html" %}{% block content %}

Client Groups

Track family, promoter and related business clients together.

Add Group
{% for item in groups %}{% else %}{% endfor %}
CodeGroupTypeClients
{{ item.group.group_code }}
{{ item.group.group_name }}
{{ item.group.primary_contact_name or '-' }}
{{ item.group.group_type }}{{ item.client_count }}Open
No client groups created.
{% endblock %}