{#if !url}

Keine Datei vorhanden

{:else if error}

Fehler beim Laden der PDF

Direkt öffnen
{:else}
{#if totalPages > 0} {currentPage} / {totalPages} {/if}
{#if annotateMode} {/if} {#if annotations.length > 0} {/if}
{#if loading}
{:else}
{#if showAnnotations} a.pageNumber === currentPage)} canAnnotate={annotateMode} color={annotateColor} onDraw={handleAnnotationDraw} onDelete={handleAnnotationDelete} commentCounts={Object.fromEntries(commentCounts)} onAnnotationClick={handleAnnotationClick} /> {/if}
{/if}
{/if}