| {$t.storage.table.name} | {$t.storage.table.category} | {$t.storage.table.size} | {$t.storage.table.created_at} | {$t.storage.table.actions} |
|---|---|---|---|---|
|
{#if isDirectory(file)}
{:else}
{file.name}
{/if}
|
{file.category} | {isDirectory(file) ? '--' : formatSize(file.size)} | {formatDate(file.created_at)} | {#if !isDirectory(file)} {$t.storage.table.download} {/if} |
| {$t.storage.no_files} | ||||