{# app/modules/loyalty/templates/loyalty/storefront/history.html #} {% extends "storefront/base.html" %} {% block title %}{{ _('loyalty.storefront.history.title') }} - {{ store.name }}{% endblock %} {% block i18n_modules %}['loyalty']{% endblock %} {% block alpine_data %}customerLoyaltyHistory(){% endblock %} {% block content %}
{{ _('loyalty.storefront.history.back_to_loyalty') }}

{{ _('loyalty.storefront.history.title') }}

{{ _('loyalty.storefront.history.subtitle') }}

{{ _('loyalty.storefront.history.current_balance') }}

{{ _('loyalty.storefront.history.total_earned') }}

{{ _('loyalty.storefront.history.total_redeemed') }}

{% endblock %} {% block extra_scripts %} {% endblock %}