{include file="index/header" /} {notempty name="dbprompt"}
{$dbprompt}
{/notempty}
{volist name="dbbackup" id="vo"} {/volist}
{:lang('Backup file name')} {:lang('Backup date')} {:lang('Delete backup')} {:lang('Restore database')} {:lang('Download to local')}
{$vo.name} {$vo.date}
{:lang('Confirm to delete?')}
{:lang('Are you sure you want to delete it? It cannot be recovered after deletion!')}
{:lang('After deleting the backup file, the file will disappear')}
{:lang('Are you sure you want to restore the database?')}
{:lang('After restoring the database, the new data will be lost. Please make sure that the latest backup is restored.')}
{:lang('The database has been successfully restored')}
{:lang('Backup file not selected')}
{include file="index/footer" /}