{% load url from future %} {% load bootstrap_tags %}

Change Subscription

{% if request.user.customer.current_subscription.plan %} You currently have the {{ request.user.customer.current_subscription.plan_display }} plan. {% else %} You currently do not have a plan. {% endif %}

{% if error %}
{{ error }}
{% endif %}
{% csrf_token %} {{ form|as_bootstrap }}