{# app/modules/loyalty/templates/loyalty/shared/pins-list.html #} {# Shared staff PINs list partial. Set these variables before including: - pins_api_prefix (str): API base URL for PINs data - show_store_filter (bool): Show store/location dropdown filter - show_crud (bool): Show create/edit/delete actions (false for admin read-only) #} {% 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 %} {% from 'shared/macros/modals.html' import modal, confirm_modal %} {% from 'shared/macros/inputs.html' import search_autocomplete %}
{{ _('loyalty.shared.pins.total_pins') }}
0
{{ _('loyalty.shared.pins.active_pins') }}
0
{{ _('loyalty.shared.pins.locked_pins') }}
0
{{ _('loyalty.shared.pins.no_pins') }}