{% extends '../layouts/dashboard.html' %} {% block title %}{{title}}{% endblock %} {% block content %}
{% if user.stripe.plan == 'free' %}
Free Plan

Thanks for subscribing to the free plan! Enjoy this free content!

{% else %}
{% endif %} {% if user.stripe.plan == 'silver' %}
Silver Plan

Thanks for subscribing to the silver plan!

{% else %}
Silver Plan (Change to this plan)
{% endif %} {% if user.stripe.plan == 'gold' %}
Gold Plan

Thanks for subscribing to the gold plan!

{% else %}
{% endif %} {% if user.stripe.plan == 'platinum' %}
Platinum Plan

Thanks for subscribing to the platinum plan!

{% else %}
Platinum Plan (Change to this plan)
{% endif %}

Debug Info:

{% endblock %}