{% extends "meta.html" %} {% block title %} Subscription cancelled - {{cfg("sr.ht", "site-name")}} meta {% endblock %} {% block content %}
{{csrf_token()}}

Cancellation confirmed

{% if user.paymentStatus == PaymentStatus.unpaid %}

Your cancellation was processed succesfully. Your account will no longer receive paid services.

{% elif user.paymentStatus == PaymentStatus.current %}

Your cancellation is pending. All future automatic payments have been cancelled and you may continue to use paid services until the end of your current payment term on {{user.paymentDue.strftime("%B %d, %Y")}}.

{% endif %}

Thank you for supporting SourceHut!

Continue {{icon('caret-right')}}
{% endblock %}