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

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

{% trans "This page can be used to Backup your websites" %}

{% trans "Backup Website" %}

Configure automatic backups to our secure servers in 60 seconds. Set-up now.

{% trans "File Name" %} {% trans "Status" %}
{% trans "Running" %} {$ fileName $} {$ status $}
{% trans "ID" %} {% trans "File" %} {% trans "Date" %} {% trans "Size" %} {% trans "Status" %} {% trans "Delete" %}

{% trans "Cannot delete website, Error message: " %}{$ errorMessage $}

Website {$ deletedWebsite $} {% trans "Successfully Deleted" %}

{% endblock %}