{% set page_group = "customer" %} {% include 'components/head.html' %}
Name: {{ fiveStarsInfo.account.name }}
Email: {{ fiveStarsInfo.account.email }}
Phone: {{ fiveStarsInfo.account.phoneFormatted }}
Birthday: {{ fiveStarsInfo.account.birthday }}
Current Points: {{ fiveStarsInfo.points }}
Lifetime Points: {{ fiveStarsInfo.lifetime_points }}
: {{ customerData.customer.email }}
: {{ customerData.customer.phone }}
: {{ customerData.customer.driversLicense[:2] }} ********** {{ customerData.customer.driversLicense[-4:] }}
{{ customerData.customer.address }}
{{ customerData.customer.city }}, {{ customerData.customer.state }} {{ customerData.customer.zipcode }}
{% if customerData.customer.onSMS == 1 %}
On SMS List
{% else %}Not On SMS List:
{% endif %} {% if customerData.customer.onEmail == 1 %}On Email List
{% else %}Not On Email List
{% endif %}{{ customerData.customer.dateAdded }}
{{ customerData.customer.lastSeen }}
{{ customerData.customer.last30 }}
| Type | Comment | Date Added | Actions |
|---|---|---|---|
| {% if alert.class=='danger' %} |
{{alert.comment}} | {{alert.dateAdded}} |
| Buy ID | Daily Num | Date | Time | Containers | Text Sent | Buyer | |
|---|---|---|---|---|---|---|---|
| {{ buy.buyID }} | {{ buy.dailyNum }} | {{ buy.date }} | {{ buy.time }} | {{ buy.containers }} | {% if buy.textSent == 1 %}{% endif %} | {{ buy.buyerName }} |