{#if !url}
Keine Datei vorhanden
{:else if error}
Fehler beim Laden der PDF
Direkt öffnen
{:else}
{#if totalPages > 0}
{currentPage} / {totalPages}
{/if}
= totalPages} aria-label="Weiter" class="rounded p-1 text-gray-300 transition hover:bg-white/10 disabled:opacity-40" >
{#if annotateMode}
{/if} {#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-gray-300 hover:bg-white/10' : 'bg-white/10 text-brand-mint'}" >
{#if showAnnotations}
{:else}
{/if}
{showAnnotations ? m.pdf_annotations_hide() : m.pdf_annotations_show()}
{/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}