diff --git a/templates/stripe_html/index.html b/templates/stripe_html/index.html index 6421629..052a64a 100644 --- a/templates/stripe_html/index.html +++ b/templates/stripe_html/index.html @@ -97,6 +97,11 @@ {% else %}
£ {{ subscription.amount }}
{% endif %} + {% if subscription.plan.days %} +Days of Subscription: {{ subscription.plan.days }}
+ {% else %} +Days of Subscription: Not available
+ {% endif %}