diff --git a/backup/templates/backup/oneClickBackups.html b/backup/templates/backup/oneClickBackups.html index c32ffa464..2c8d62250 100755 --- a/backup/templates/backup/oneClickBackups.html +++ b/backup/templates/backup/oneClickBackups.html @@ -9,175 +9,248 @@
-
-
-

{% trans "One-click Backups" %} - - {% trans "Watch Tutorial" %} - -

-

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

-
- -
- -
- -
+ +
+

Looks like something is wrong with your initial setup, please double check on Setup Wizard.

+
- -
-

{% trans "Verify Your Email" %}

+ + + +

On this page you purchase and manage one-click backups.

+ +
+ + + + +
+
+ {% trans "Verify Your Email" %} +
+
-
- +
+
-
- +
+
@@ -186,200 +259,311 @@
+
- -
-
-
Your Active Subscriptions
-
-
- - + +
+
+ Your Active Subscriptions +
+
+
+ + + + + + + + + + + + + + + + + + + + +
Subscription IDStatusAmountBilling IntervalNext Billing DateActions
{$ sub.subscription_id $} + + {$ sub.status $} + + ${$ sub.amount $}{$ sub.interval $}{$ sub.current_period_end | date:'medium' $} + +
+
+
+ + + {% if status == 1 %} +
+

You have successfully purchased a backup plan.

+
+ {% elif status == 0 %} +
+

Your purchase was not successful. {{ message }}

+
+ {% elif status == 4 %} +
+

{{ message }}

+
+ {% endif %} + + +
+
Your Backup Plans
+
+ + + + + + + + + + + + + {% for plan in bPlans %} - - - - - - - - - - - + + + - - - + - -
{% trans "Account" %}{% trans "Plan Name" %}{% trans "Subscription" %}{% trans "Billing Cycle" %}{% trans "Purchase Date" %}{% trans "Actions" %}
Subscription IDStatusAmountBilling IntervalNext Billing DateActions
{$ sub.subscription_id $}{{ plan.sftpUser }}{{ plan.planName }}{{ plan.subscription }} - - {$ sub.status $} + + {% if plan.months == '1' %} + ${{ plan.price }}/month + {% else %} + ${{ plan.price }}/year + {% endif %} ${$ sub.amount $}{$ sub.interval $}{$ sub.current_period_end | date:'medium' $}{{ plan.date }} - +
+ {% if plan.state == 1 %} + + {% trans "Schedule Backups" %} + + + {% trans "Restore Backups" %} + + {% else %} + + {% endif %} +
-
-
- - - {% if status == 1 %} -
- -

You have successfully purchased a backup plan.

-
- {% elif status == 0 %} -
- -

Your purchase was not successful. {{ message }}

-
- {% elif status == 4 %} -
- -

{{ message }}

-
- {% endif %} - - -
-
-
Your Backup Plans
-
-
- - - - - - - - - - - - - {% for plan in bPlans %} - - - - - - - - - {% endfor %} - -
{% trans "Account" %}{% trans "Plan Name" %}{% trans "Subscription" %}{% trans "Billing Cycle" %}{% trans "Purchase Date" %}{% trans "Actions" %}
{{ plan.sftpUser }}{{ plan.planName }}{{ plan.subscription }} - {% if plan.months == '1' %} - ${{ plan.price }}/month - {% else %} - ${{ plan.price }}/year - {% endif %} - {{ plan.date }} -
- {% if plan.state == 1 %} - - - {% trans "Schedule Backups" %} - - - - {% trans "Restore Backups" %} - - {% else %} - - {% endif %} -
-
-
-
- - -
-
-
{% trans "Available Backup Plans" %}
- -
-
-
- {% for plan in plans %} -
-
-
{{ plan.name }}
-
-
- ${{ plan.monthlyPrice }} /month -
-
- ${{ plan.yearlyPrice }} /year -
-
-
- {% if plan.name != '100GB' %} - - {% endif %} - - {% if plan.name != '100GB' %} - - {% endif %} - -
-
-
{% endfor %} + + +
+
+ + +

Available Backup Plans

+
+
+ +
+
100GB
+
+
+
${{ plans.0.monthlyPrice }}
+
/month
+
+
+
${{ plans.0.yearlyPrice }}
+
/year
+
+ + + Yearly via PayPal + + + Yearly via Card + +
+
+ + +
+
500GB
+
+
+
${{ plans.1.monthlyPrice }}
+
/month
+
+
+
${{ plans.1.yearlyPrice }}
+
/year
+
+ + + Monthly via PayPal + + + Yearly via PayPal + + + Monthly via Card + + + Yearly via Card + +
+
+ + +
+
1TB
+
+
+
${{ plans.2.monthlyPrice }}
+
/month
+
+
+
${{ plans.2.yearlyPrice }}
+
/year
+
+ + + Monthly via PayPal + + + Yearly via PayPal + + + Monthly via Card + + + Yearly via Card + +
+
+ + +
+
2TB
+
+
+
${{ plans.3.monthlyPrice }}
+
/month
+
+
+
${{ plans.3.yearlyPrice }}
+
/year
+
+ + + Monthly via PayPal + + + Yearly via PayPal + + + Monthly via Card + + + Yearly via Card + +
+
+ + +
+
3TB
+
+
+
${{ plans.4.monthlyPrice }}
+
/month
+
+
+
${{ plans.4.yearlyPrice }}
+
/year
+
+ + + Monthly via PayPal + + + Yearly via PayPal + + + Monthly via Card + + + Yearly via Card +