{% extends "base.html" %} {% block title %}Customer Twin{% endblock %} {% block page_title %}Customer Twin{% endblock %} {% block content %}
No customer records in database yet.
Your company has approximately {{ estimated_total }} customers based on company size.
| Customer Code | Name | Segment | LTV | Total Spent | Orders | Satisfaction | Status | Actions | |
|---|---|---|---|---|---|---|---|---|---|
{{ c.customer_code or '-' }} |
{{ c.full_name() or '-' }} | {{ c.email or '-' }} | {{ c.segment or 'General' }} | {{ c.lifetime_value | format_currency }} | {{ c.total_spent | format_currency }} | {{ c.total_orders or 0 }} | {% if c.satisfaction_score %} {{ "%.1f"|format(c.satisfaction_score) }} {% else %}-{% endif %} | {{ c.status|title }} |