{#if scanning_status == 'not_started' } Scanning stopped {:else if scanning_status == 'paused' && show_pause_btn} Scanning paused {:else if scanning_status == 'scanning'} {#if show_pause_btn} {/if} Scanning for QR code... {/if}
{#if show_qr_manual_text_entry_option}
{#if show_qr_manual_entry}
{:else} {/if}
{/if} {#if show_qr_manual_badge_id_entry_option}
{#if show_qr_manual_entry}
handle_qr_manual_entry} class="flex">
{:else} {/if}
{/if} {#if show_qr_scan_result && qr_scan_result}
Raw Result: {qr_scan_result}
{/if}