{# app/modules/loyalty/templates/loyalty/shared/devices-list.html #} {# Shared terminal-devices list partial. Set these variables before including: - devices_api_prefix (str): API base URL for device data - show_store_filter (bool): Show store dropdown filter (true for merchant view) - show_crud (bool): Show pair/revoke/delete actions (false for admin read-only) #} {% 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_dynamic %}
{{ _('loyalty.terminal_devices.no_devices') }}
{{ _('loyalty.terminal_devices.qr_warning_title') }} {{ _('loyalty.terminal_devices.qr_warning_body') }}