{% load url from future %}

Cancel Subscription

Are you sure that you want to cancel?

{% if request.user.customer.current_subscription.status == 'canceled' %}
Your account has been canceled. It will remain active until {{ request.user.customer.current_subscription.current_period_end }}.
{% else %} {% if error %}
{{ error }}
{% endif %}
{% csrf_token %}
{% endif %}