{#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}
= totalPages} aria-label="Weiter" class="rounded p-1 text-ink-3 transition hover:bg-surface/10 disabled:opacity-40" >
{#if annotations.length > 0}
(showAnnotations = !showAnnotations)} aria-label={showAnnotations ? m.pdf_annotations_hide() : m.pdf_annotations_show()} class="flex items-center gap-1.5 rounded px-2 py-1 font-sans text-xs transition {showAnnotations ? 'text-ink-3 hover:bg-surface/10' : 'bg-surface/10 text-accent'}" >
{#if showAnnotations}
{:else}
{/if}
{showAnnotations ? m.pdf_annotations_hide() : m.pdf_annotations_show()}
{/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}