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 "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.
+On this page you purchase and manage one-click backups.
+ +| Subscription ID | +Status | +Amount | +Billing Interval | +Next Billing Date | +Actions | +
|---|---|---|---|---|---|
{$ sub.subscription_id $} |
+ + + {$ sub.status $} + + | +${$ sub.amount $} | +{$ sub.interval $} | +{$ sub.current_period_end | date:'medium' $} | ++ + | +
You have successfully purchased a backup plan.
+Your purchase was not successful. {{ message }}
+{{ message }}
+| {% trans "Account" %} | +{% trans "Plan Name" %} | +{% trans "Subscription" %} | +{% trans "Billing Cycle" %} | +{% trans "Purchase Date" %} | +{% trans "Actions" %} | +||||
|---|---|---|---|---|---|---|---|---|---|
| Subscription ID | -Status | -Amount | -Billing Interval | -Next Billing Date | -Actions | -||||
{$ 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 %}
+
|
You have successfully purchased a backup plan.
-Your purchase was not successful. {{ message }}
-{{ message }}
-| {% 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 }} | -- - | -
-