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

{% trans "One-click Backups" %} - {% trans "One-Click Backup Docs" %}

{% trans "On this page you purchase and manage one-click backups." %}

{% trans "Set up Backup Destinations." %}

{% if status == 1 %}

You have successfully purchased a backup plan.

{% elif status == 0 %}

Your purchase was not successful.

{{ message }}
{% elif status == 4 %}
{{ message }}
{% endif %}

With CyberPanel's one-click backups, you can easily back up your website to our secure servers in just 60 seconds. It's simple, fast, and reliable.

{% for plan in bPlans %} {% if plan.months == '1' %} {% else %} {% endif %} {% endfor %}
{% trans "Account" %} {% trans "Plan Name" %} {% trans "Subscription" %} {% trans "Billing Cycle" %} {% trans "Purchase Date" %} {% trans "Actions" %}
{{ plan.sftpUser }} {{ plan.planName }} {{ plan.subscription }}${{ plan.price }}/month${{ plan.price }}/year{{ plan.date }} {% if plan.state == 1 %} {% else %} {% endif %}

{% trans "Subscribe to one-click backup plans." %}

{% for plan in plans %} {% endfor %}
{% trans "Plan Name" %} {% trans "Monthly Price" %} {% trans "Yearly Price" %} {% trans "Actions" %}
{{ plan.name }} ${{ plan.monthlyPrice }} ${{ plan.yearlyPrice }} {% if plan.name != '100GB' %} {% endif %} {% if plan.name != '100GB' %} {% endif %}
{% endblock %}