Customer Intelligence
{{ ui.button('Admin', '/admin') }}
| Customer | Segment | Purchases | Lifetime Value | CLV Estimate | Last Purchase |
|---|---|---|---|---|---|
| {{ c.name }} {{ c.phone }} | {{ c.segment }} | {{ c.purchase_count }} | {{ "%.2f"|format(c.lifetime_value or 0) }} | {{ "%.2f"|format(c.clv_estimate or 0) }} | {{ c.last_purchase_at or 'None' }} |
| No customer data yet. | |||||