{% extends 'crm/base.html' %} {% load static %} {% block title %} Cancel Plan {% endblock title %} {% block body %}

Are you sure you want to cancel your current plan "{{ package.type }}"?

  • Cancellation takes effect immediately!
  • You account will remain active with limited functionality, however you will be able to purchase another plan.
  • All of your Campaigns and Surveys will be archived, however you will be able to access them after subscribing to another plan.
  • All of your phone numbers will be inactive. You will be able to purchase new numbers after subscribing to another plan, but previously used numbers will not be available.

If you would like to proceed with cancelling your current subscription plan, please enter your password in the box below to confirm:

{% csrf_token %} {% if form.errors %}{{form.errors}}{% endif %}
{% endblock body %} {{% block extra_js %} {% endblock %}