diff --git a/templates/dashboard/pricing.html b/templates/dashboard/pricing.html index c8bb8989..2e049747 100644 --- a/templates/dashboard/pricing.html +++ b/templates/dashboard/pricing.html @@ -4,211 +4,392 @@ {% block title %}Pricing{% endblock %} {% block head %} - - + {% endblock %} {% block announcement %} -{# TODO: to remove#} -{# #} +{# TODO: to remove#} +{# #} {% endblock %} {% block default_content %} -
-
-
-
-
Premium
-
    -
  • - -Unlimited aliases -
  • -
  • - -Unlimited custom domains -
  • -
  • - -Catch-all (or wildcard) aliases -
  • -
  • - -Up to 50 directories (or usernames) -
  • -
  • - -Unlimited mailboxes -
  • -
  • - -PGP Encryption -
  • -
-
-More information on our - -Pricing -Page - -
-
-
-
-
-{% if manual_sub %} +
+
+

Upgrade to unlock premium features

+
+ {% if manual_sub %} -
-You currently have a subscription until {{ manual_sub.end_at.format("YYYY-MM-DD") }} -({{ (manual_sub.end_at - now).days }} days left). -
-Please note that the time left will not be taken into account in a new subscription. -
-
-{% endif %} -{% if proton_upgrade %} +
+ You currently have a subscription until {{ manual_sub.end_at.format("YYYY-MM-DD") }} + ({{ (manual_sub.end_at - now).days }} days left). +
+ Please note that the time left will not be taken into account in a new subscription. +
+
+ {% endif %} + {% set sub = current_user.get_paddle_subscription() %} + {% if sub and sub.cancelled %} -
-

Proton Unlimited, Business and Visionary plans include SimpleLogin premium and more!

- -Upgrade your Proton account - -

-Starts at $9.99/month (billed yearly), starting with 500GB of storage, VPN, encrypted -calendar & file storage and more. -

-
OR
-
- -

Starts at $2.5/month (billed yearly)

-
-
-{% endif %} -
-
-🔐 Secure payments by - -Paddle - -
-{% set sub = current_user.get_paddle_subscription() %} -{% if sub and sub.cancelled %} + + {% endif %} + {% if coinbase_sub %} - -{% endif %} -{% if coinbase_sub %} +
+ You currently have a Coinbase subscription until {{ coinbase_sub.end_at.format("YYYY-MM-DD") }} + ({{ (coinbase_sub.end_at - now).days }} days left). +
+ Please note that the time left will not be taken into account in a new Paddle subscription. +
+ {% endif %} + +
+ +
+
+ +
+
+
+
+
Free
+
$0
+
+ {% set sub = current_user.get_paddle_subscription() %} + +
+
+
    +
  • + + 10 aliases +
  • +
  • + + 1 mailbox +
  • +
+
+
+
+ + +
+
+
+
+
SimpleLogin Premium
+
$4 / month
+
+ +
+
+
    +
  • + + Unlimited aliases +
  • +
  • + + Unlimited mailboxes +
  • +
  • + + Unlimited custom domains: bring your own domain to create aliases like contact@your-domain.com +
  • +
  • + + Catch-all (or wildcard) domain +
  • +
  • + + Initiate a new email from your alias +
  • +
  • + + 5 subdomains +
  • +
  • + + 50 directories/usernames +
  • +
  • + + PGP Encryption +
  • +
+
+
+
+ + + {% if proton_upgrade %} -
-You currently have a Coinbase subscription until {{ coinbase_sub.end_at.format("YYYY-MM-DD") }} -({{ (coinbase_sub.end_at - now).days }} days left). -
-Please note that the time left will not be taken into account in a new Paddle subscription. -
-{% endif %} -
-Paddle supports bank cards -(Mastercard, Visa, American Express, etc) and PayPal. -
- - -
- -Payment via - -Coinbase Commerce - -
-Currently Bitcoin, Bitcoin Cash, Dai, Ethereum, Litecoin and USD Coin are supported. -
- -Yearly billing - Crypto -
-$30/year - -
-
-If you have bought a coupon, please go to the -coupon page -to apply the coupon code. -
-
+
+
+
+
+
Proton plan
+
Starts at $11.99 / month
+ +
+

Proton Unlimited / Business plans include:

+
    +
  • + + Everything in SimpleLogin Premium +
  • +
  • + + 500 GB storage +
  • +
  • + + 15 email addresses/aliases +
  • +
  • + + Unlimited folders, labels, and filters +
  • +
  • + + Unlimited messages per day +
  • +
  • + + 15 email addresses/aliases +
  • +
  • + + 20 Calendars +
  • +
  • + + 10 high-speed VPN connections +
  • +
  • + + 3 custom email domains +
  • +
+
+
+
+ {% endif %} + +
+
+ + +
+
+ +
+
+
+
+
Free
+
$0
+
+ {% set sub = current_user.get_paddle_subscription() %} + +
+
+
    +
  • + + 10 aliases +
  • +
  • + + 1 mailbox +
  • +
+
+
+
+ + +
+
+
+
+
SimpleLogin Premium
+
$30 / year
+
+ +
+
+
    +
  • + + Unlimited aliases +
  • +
  • + + Unlimited mailboxes +
  • +
  • + + Unlimited custom domains: bring your own domain to create aliases like contact@your-domain.com +
  • +
  • + + Catch-all (or wildcard) domain +
  • +
  • + + Initiate a new email from your alias +
  • +
  • + + 5 subdomains +
  • +
  • + + 50 directories/usernames +
  • +
  • + + PGP Encryption +
  • +
+
+
+
+ + + {% if proton_upgrade %} + +
+
+
+
+
Proton plan
+
Starts at $119.88 / year
+ +
+

Proton Unlimited / Business plans include:

+
    +
  • + + Everything in SimpleLogin Premium +
  • +
  • + + 500 GB storage +
  • +
  • + + 15 email addresses/aliases +
  • +
  • + + Unlimited folders, labels, and filters +
  • +
  • + + Unlimited messages per day +
  • +
  • + + 15 email addresses/aliases +
  • +
  • + + 20 Calendars +
  • +
  • + + 10 high-speed VPN connections +
  • +
  • + + 3 custom email domains +
  • +
+
+
+
+ {% endif %} + +
+
+ +
{% endblock %}