{$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()}
{$t.storage.table.download}
{:else}
{$t.storage.no_files}
{/each}