export function renderScannerModal({ title = 'Scan barcode', subtitle = 'Point your camera at the barcode.', optionsMarkup = '', manualCodeModel = 'scannerManualCode', manualSubmitAction = 'processScannerManualCode()', manualPlaceholder = 'Scan with hardware reader or paste code', manualHelp = 'Manual entry works with keyboard-style barcode scanners.', manualButtonLabel = 'Run', manualDisabledExpression = 'scannerState.isLoading', }) { return `
${subtitle}