{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Restore Backups - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}

{% trans "Restore WordPress Backup" %}

{% trans "Restore your WordPress site from a backup. Choose the restoration method and destination for your backup." %}

{{ FileName }}

{% if Backuptype == "DataBase Backup" %}
Select the WordPress site where you want to restore the database backup
{% else %}
Choose whether to create a new site or overwrite an existing one
{% endif %}

{$ currentStatus $}

70% Complete

{% trans "Error message:" %} {$ errorMessage $}

{% trans "Backup successfully restored." %}

{% trans "Could not connect to server. Please refresh this page." %}

{% endblock %}