{% extends 'default.html' %} {% block title %} Billing {% endblock %} {% block head %} {% endblock %} {% block default_content %}
You are on the {{ sub.plan_name() }} plan.
You have canceled your subscription and it will end on {{ sub.next_bill_date.strftime("%Y-%m-%d") }}
If you change your mind you can subscribe again to SimpleLogin but please note that this will be a completely
new subscription and
your payment method will be charged immediately.
We are going to send you an email by the end of the subscription so maybe you can upgrade at that time.
Re-subscribe
You are on the {{ sub.plan_name() }} plan. Thank you very much for supporting
SimpleLogin. 🙌
The next billing cycle starts at {{ sub.next_bill_date.strftime("%Y-%m-%d") }}.