{% set sub = current_user.get_subscription() %}
{% if sub and sub.cancelled %}
You have an active subscription until {{ sub.next_bill_date.strftime("%Y-%m-%d") }}.
Please note that if you re-subscribe now, this will be a completely
new subscription and
your payment method will be charged immediately.
{% endif %}
Paddle supported payment methods include bank cards (Mastercard, Visa, American Express, etc) or PayPal.
Send us an email at hi@simplelogin.io if you need other payment options
(e.g. IBAN transfer).