{% extends "core/base.html" %} {% block title %}Cancel Subscription - Inventory Management System{% endblock %} {% block page_title %}Cancel Subscription{% endblock %} {% block content %}
Cancel Subscription

Are you sure?

Important: Cancelling your subscription will have the following effects:
  • You will lose access to premium features
  • Your business will be downgraded to the Basic plan
  • Your subscription will remain active until {{ subscription.end_date|date:"F d, Y" }}
  • You can reactivate your subscription anytime
Current Plan Details:
Plan: {{ subscription.plan.name }}
Price: ${{ subscription.plan.price }} / {{ subscription.plan.get_billing_cycle_display }}
Active Until: {{ subscription.end_date|date:"F d, Y" }}
Days Remaining: {{ subscription.days_remaining }} days
{% csrf_token %}
No, Keep My Subscription
{% endblock %}