{# app/templates/admin/customers.html #} {% extends "admin/base.html" %} {% from 'shared/macros/headers.html' import page_header_flex, refresh_button %} {% from 'shared/macros/alerts.html' import loading_state, error_state %} {% from 'shared/macros/tables.html' import table_wrapper, table_header %} {% from 'shared/macros/pagination.html' import pagination %} {% from 'shared/macros/modals.html' import confirm_modal_dynamic %} {% from 'shared/macros/inputs.html' import entity_selector, entity_selected_badge %} {% block title %}Customers{% endblock %} {% block alpine_data %}adminCustomers(){% endblock %} {% block content %} {% call page_header_flex(title='Customer Management', subtitle='Manage customers across all stores') %}
Total Customers
0
Active
0
| Customer | Store | Customer # | Status | Joined | Actions |
|---|---|---|---|---|---|
|
Loading customers... |
|||||
|
No customers found Try adjusting your search or filters |
|||||
|
|
|
||||