{% set page_group = "users" %} {% include 'components/head.html' %}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %}

{{box_title}}

Balance: {{loyaltyData.rewardPoints}}

Stores Visited: {{loyaltyData.storesVisited}}

Customer Points Log

{% for row in loyaltyData.data %} {% if row.type == 1 %} {% elseif row.type == 2 %} {% elseif row.type == 3 %} {% elseif row.type == 4 %} {% elseif row.type == 6 %} {% endif %} {% if row.type == 1 %} {% elseif row.type == 2 %} {% elseif row.type == 3 %} {% elseif row.type == 4 %} {% elseif row.type == 6 %} {% endif %} {% endfor %}
Transaction ID Store Time Stamp Amount Type
{{ row.id }} {{ row.store }} {{ row.date }}${{ row.salesTotal }} Sale{{ row.redeemedPoints }} Point RedemptionBuy Visit{{ row.addPoints }} Subtract Points{{ row.addPoints }} Add Points
{% include 'components/footer.html' %}