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