{$t.storage.table.name}
{$t.tasks.target_env}
{$t.storage.table.created_at}
{$t.storage.table.actions}
{#each backups as backup}
{backup.name}
{backup.environment}
{new Date(backup.created_at).toLocaleString()}
goto(`/tools/storage?path=backups/${backup.name}`)} > {$t.storage.table.go_to_storage}
{:else}
{$t.storage.no_files}
{/each}