{load_language_text section="db_backup"} {if count($content_data.errors) == 0}
{$txt.date}
{$txt.filename}
{$txt.size}
{foreach item=file from=$content_data.files}
{$file.filedate_formatted}
{$file.filesize}
{/foreach} {if empty( $content_data.files )}
{$txt.no_backups_created}
{/if}
{$txt.backup_directory}: {$content_data.backup_path}
{if !empty( $content_data.files )} {$txt.restore} {/if} {$txt.create_backup}
{else}
{foreach from=$content_data.errors item=error} {$error}
{/foreach}
{/if}