{# Shared "Pair a phone" panel. Caller passes scan_modes (all permitted modes), optionally scan_modes_checked (the subset to pre-check; defaults to all), and csrf_token. #} {% if scan_modes %} {% set checked_modes = scan_modes_checked if scan_modes_checked is defined else scan_modes %}
Pair a phone

Generate a QR code to pair a phone as a wireless barcode scanner for this session.

{% for m in scan_modes %} {% endfor %}
{% endif %}