From e6f587c8d24f59b1a4160c18c1a2cff7f7292e10 Mon Sep 17 00:00:00 2001 From: rizwanisready Date: Wed, 10 Apr 2024 15:57:52 +0530 Subject: [PATCH] subscription html card updated 7 --- templates/stripe_html/index.html | 5 +++++ 1 file changed, 5 insertions(+) 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 %}