diff --git a/app/dashboard/templates/dashboard/setting.html b/app/dashboard/templates/dashboard/setting.html index 0822b618..b9b6c9b9 100644 --- a/app/dashboard/templates/dashboard/setting.html +++ b/app/dashboard/templates/dashboard/setting.html @@ -199,7 +199,14 @@
Current Plan
- {% if current_user.get_subscription() %} + {% if current_user.lifetime %} + You have lifetime access to the Premium plan. + {% if not current_user.paid_lifetime %} +
+ To support Simple Login you can switch to a paid plan.
+ Upgrade + {% endif %} + {% elif current_user.get_subscription() %} You are on the {{ current_user.get_subscription().plan_name() }} plan.
Manage Subscription @@ -215,13 +222,7 @@ To gain additional features and support Simple Login you can upgrade to a Premium plan.
Upgrade {% endif %} - {% elif current_user.lifetime %} - You have lifetime access to the Premium plan. - {% if not current_user.paid_lifetime %} -
- To support Simple Login you can switch to a paid plan.
- Upgrade - {% endif %} + {% elif current_user.in_trial() %} Your Premium trial expires {{ current_user.trial_end | dt }}. {% else %}