diff --git a/templates/stripe_html/index.html b/templates/stripe_html/index.html index d3182d7..eced950 100644 --- a/templates/stripe_html/index.html +++ b/templates/stripe_html/index.html @@ -92,51 +92,54 @@
-
-
+
+
{% for subscription in subscriptions %} -
-
- -
{{ subscription.title }} -
- {% if subscription.image %} - {{ subscription.title }} - {% endif %} -
-
- {% if subscription.short_description %} -

{{ subscription.short_description }}

- {% endif %} - {% if subscription.long_description %} -

{{ subscription.long_description|truncatewords:20 }}

- {% endif %} -
Subscription Amount
- {% if subscription.high_amount and subscription.high_amount > subscription.amount %} -

£ {{ subscription.high_amount }} £ {{ subscription.amount }} -

- {% else %} -

£ {{ subscription.amount }}

- {% endif %} - {% if subscription.plan.days %} -

Days of Subscription: {{ subscription.plan.days }}

- {% else %} -

Days of Subscription: Not available

- {% endif %} +
+
+
+ +
{{ subscription.title }} +
+ {% if subscription.image %} + {{ subscription.title }} + {% endif %} +
+
+ {% if subscription.short_description %} +

{{ subscription.short_description }}

+ {% endif %} + {% if subscription.long_description %} +

{{ subscription.long_description|truncatewords:20 }}

+ {% endif %} +
Subscription Amount
+ {% if subscription.high_amount and subscription.high_amount > subscription.amount %} +

£ {{ subscription.high_amount }} £ {{ subscription.amount + }} +

+ {% else %} +

£ {{ subscription.amount }}

+ {% endif %} + {% if subscription.plan.days %} +

Days of Subscription: {{ subscription.plan.days }}

+ {% else %} +

Days of Subscription: Not available

+ {% endif %} +
+
+ + +
-
- - -
+
+ {% empty %} +

No subscriptions available.

-
- {% empty %} -

No subscriptions available.

{% endfor %} -
+