{#if selectedImage} {#if gallery} {:else if value?.length} {#each value as file} {/each} {/if} {/if} {#if showDropzone}
{#if !compact}

Drag and drop your file

{/if} {#if !disabled}

{#if !compact}
from your computer {/if}

{#if fileTags.length}
{#each fileTags as tag}
{tag}
{/each}
{/if} {/if}
{/if}