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