{#if store.showPayment} {/if} {#if !store.activeFile && !store.showPayment}

Печать

{#if store.files.length === 0} fileInput.click()} /> {:else} {#each store.files as file (file.id)} store.openPreview(f)} onPageSelect={(f) => (f.fileType === 'pdf' ? store.openGallery(f) : store.openPreview(f))} pagesLabel={store.pagesLabel} /> {/each} {/if}
{/if}