{% 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.
The period left in the current subscription isn't taken into account.
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") }}.