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

{% trans "Restore Website" %} - {% trans "Backup Docs" %}

{% trans "This page can be used to restore your websites, Backup should be generated from CyberPanel Backup generation tool, it will detect all Backups under /home/backup." %}

{% trans "Restore Website" %}

{% trans "Condition" %} {% trans "File Name" %} {% trans "Status" %}
{$ running $} {$ fileName $} {$ status $}

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

{% trans "Site related to this Backup already exists." %}

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

{% endblock %}