{#if files.files.length === 0}

No files uploaded. Head to the Upload tab to begin!

{/if}
{#each reversed as file, i (file.id)}
{file.file.name}
from .{file.file.name.split(".").slice(-1)} to
{/each}