{#if loading}
{/if} {#if currentIndex > 0} {/if} {#if currentIndex < images.length - 1} {/if}
{#if current.mime_type.startsWith('video/')} {:else} {current.filename} {/if}
onclose()}>{current.uploader_username}
{current.filename}
#{current.id} · {current.width}×{current.height} · {formatSize(current.file_size)} · {current.mime_type}
DOWNLOAD {currentIndex + 1} / {images.length}
{#if tagDetails.length > 0 || innateTagList.length > 0}
{#each tagDetails as t (t.tag)} {/each} {#each innateTagList as t (t)} {/each}
{/if} {#if isOwner}
{#if tagError} {tagError} {/if}
setTimeout(() => { showSuggestions = false; }, 200)} disabled={tagBusy} /> {#if showSuggestions}
{#each suggestions as s} {/each}
{/if}
{/if}