{% set page_group = "customers" %} {% include 'components/head.html' %}
| # | ID | Phone Number | Name | Number of Buys | Buys Last 30 Days |
|---|---|---|---|---|---|
| {{ loop.index }} | {{ customer.customerID }} | {{ formattedString }} | {{ customer.name }} | {{ customer.numBuys }} | {{ customer.last30 }} |