{% extends "djstripe/base.html" %} {% block title %}Cancel Subscription{% endblock title %} {% block content %}
You have no subscription on file.
See your account status or better yet, subscribe.
{% elif customer.current_subscription.canceled_at and customer.current_subscription.start < customer.current_subscription.canceled_at %}Your subscription was already cancelled.
See your account status or better yet, get a fresh subscription.
{% else %}Are you sure you want to cancel your subscription?
{% block cancellation_ramifications %}