Cancel Subscription
Are you sure that you want to cancel?
{% if request.user.customer.current_subscription.status == 'canceled' %}
You account has been canceled. It will remain active until
{{ request.user.customer.current_subscription.current_period_end }}.
{% else %}
{% if error %}
{{ error }}
{% endif %}
{% endif %}