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.period_end }}. {% else %} {% if error %}
{{ error }}
{% endif %}
{% csrf_token %}
{% endif %}