diff --git a/app/dashboard/templates/dashboard/billing.html b/app/dashboard/templates/dashboard/billing.html index 1e9a25ad..66e42fe8 100644 --- a/app/dashboard/templates/dashboard/billing.html +++ b/app/dashboard/templates/dashboard/billing.html @@ -12,13 +12,15 @@

Billing

- You are on the {{ current_user.get_subscription().plan_name() }} plan. Thank you very much for supporting + You are on the {{ sub.plan_name() }} plan. Thank you very much for supporting SimpleLogin. 🙌

{% if sub.cancelled %}

- Sad to see you go 😢. Your subscription ends {{ current_user.get_subscription().next_bill_date | dt }}. + Sad to see you go 😢. Your subscription ends on + {{ sub.next_bill_date.year }}-{{ sub.next_bill_date.month}}-{{ sub.next_bill_date.day }} + ({{ sub.next_bill_date | dt }}).

{% else %}