{% if user.paymentStatus == PaymentStatus.current and sub.autorenew %}
{% if sub.status == SubscriptionStatus.ACTIVE %}
Notice: Your account is paid and up-to-date. Changes to
your subscription will take place at the end of your current payment term
{{user.paymentDue | date}}.
Notice: Your account payment was charged
{{sub.updated | date}} and is awaiting settlement. Changes to your
subscription will take place at the end of the next payment term,
{{user.paymentDue | date}}.
{% endif %}
{% elif user.paymentStatus == PaymentStatus.current and not sub.autorenew %}
Notice: Your subscription was cancelled on
{{sub.updated.strftime("%B %d, %Y")}}, but you still have access to
paid features until the end of your current term. If you choose a plan
on this page, your automatic payments will resume and the changes you
make here will apply from your next payment on
{{user.paymentDue.strftime("%B %d, %Y")}}.
Notice: Your account is past due. After choosing a new
plan you will be asked to complete your payment.
{% endif %}
{{icon('exclamation-circle')}} Important notices
Prices shown do not include applicable taxes. If applicable, taxes
are calculated and shown after collecting your billing address.
At the end of your selected term, your renewal payment will be
automatically charged to the payment method you have on file. You can
cancel automatic renewal at any time.
In accordance with European regulations, your billing records are
retained for up to 7 years, even if you delete your account.