{# app/modules/loyalty/templates/loyalty/shared/transactions-list.html #} {# Shared transactions list partial. Set these variables before including: - transactions_api_prefix (str): API base URL for transactions data - show_store_filter (bool): Show store/location dropdown filter #} {% from 'shared/macros/pagination.html' import pagination %} {% from 'shared/macros/alerts.html' import loading_state, error_state %} {% from 'shared/macros/tables.html' import table_wrapper, table_header %}
{{ _('loyalty.shared.transactions.no_transactions') }}
{{ _('loyalty.shared.transactions.adjust_filters') }}