[% WRAPPER 'master_templates/master.tmpl' theme="yui" app_key = 'legacy_restore_multiple_backups' -%]
[% locale.maketext("[asis,cPanel amp() WHM] will deprecate the Legacy Backup system in the near future. We [output,strong,strongly] recommend that you upgrade to the new Backup system.") %]
[% IF data.disabled -%]

[% locale.maketext('Backup is not enabled.') %] [% locale.maketext('If you are trying to restore a crashed system, please set backup to “[_1]”.', locale.maketext('Restore Only')); %]

[% ELSIF ! data.restoretype -%] [% IF data.backupdirs.size == 0 -%] Sorry, there are no backups located at [% data.backupbase FILTER html %]. [% ELSE -%] [% INCLUDE _pending_transfers.tmpl %] [% locale.maketext('Please select which type of backup to restore:') %]
[% FOR backupdir = data.backupdirs.sort() -%] [% END -%]
[% END -%] [% ELSE -%] [% PROCESS '_loadjs.tmpl' src='/js/checkselect.js' -%] [% locale.maketext('We are restoring a “[_1]” backup …', data.restoretype.html() ) %]
[% locale.maketext('Please select users to restore:') %]
[% FOR user = data.users.sort() -%] [% END -%]
[% locale.maketext('Restore') %] [% locale.maketext('Username') %] [% locale.maketext('Give IP Address (only if recreating)') %] [% locale.maketext('Restore Subdomains') %] [% locale.maketext('Restore Mail Config') %] [% locale.maketext('Restore Databases') %] [% locale.maketext('Restore Bandwidth Data') %]
[% user FILTER html %]








[% END -%] [% INCLUDE _transfer_api_info.tmpl %] [% END -%]