{% extends "showcase/cabinet/base_cabinet.html" %} {% block title %}Clients{% endblock %} {% block sidebar_title %} {% endblock %} {% block sidebar_nav %} {% for seg in segments %}
| NAME | STATUS | Phone | Last Visit | ||
|---|---|---|---|---|---|
|
{{ client.initials }}
{{ client.name }}
|
{{ client.status_meta.label }} | {{ client.phone|default:"—" }} | {{ client.email|default:"—" }} | {{ client.last_visit }} | |
| {% include "showcase/cabinet/includes/_empty_state.html" with icon="bi-people" title="No clients found" subtitle="Try changing the filter or search query" %} | |||||