{% extends 'default.html' %} {% block title %} Billing {% endblock %} {% block head %} {% endblock %} {% block default_content %}

Billing

You are on the {{ current_user.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 }}.

{% else %}
Click here to update billing information on Paddle, our payment partner:
Update billing information

Don't want to protect your inbox anymore?
Cancel subscription 😔
{% endif %}
{% endblock %}