{% extends 'ccc/campaigns/base.html' %} {% load staticfiles %} {% load bootstrap3 %} {% block title %} Payments{% endblock title %} {% block css %} {% endblock css %} {% block content %}

Cancel Plan

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



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

{% csrf_token %} {% bootstrap_form form show_label=False%} {% buttons %} {% endbuttons %}
{% endblock content %}