{% load bootstrap_tags %}

Change Subscription

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

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