{#if !url}

Keine Datei vorhanden

{:else if error}

Fehler beim Laden der PDF

Direkt öffnen
{:else}
{#if outdatedCount > 0}
{m.annotation_outdated_notice()}
{/if}
{#if totalPages > 0} {currentPage} / {totalPages} {/if}
{#if annotations.length > 0} {/if}
{#if loading}
{:else}
{#if showAnnotations} a.pageNumber === currentPage)} canDraw={transcribeMode} color={TRANSCRIPTION_COLOR} blockNumbers={blockNumbers} activeAnnotationId={activeAnnotationId} onDraw={handleDraw} onAnnotationClick={handleAnnotationClick} /> {/if}
{/if}
{/if}