diff --git a/core/templates/base.html b/core/templates/base.html new file mode 100644 index 0000000..16861b6 --- /dev/null +++ b/core/templates/base.html @@ -0,0 +1,60 @@ +{% load static %} + + + +
+ + + +Forgot to add something to your cart? Shop around then come back to pay!
+PROFILE INFO
+ +Plan: {{ user.plan }}
+Stripe ID: {{ user.stripeID }}
+Setup intent: {{ user.seti }}
+Mandate active: {{ user.mandateActive }}
+Subscription ID: {{ user.subscriptionID }}
+Last payment: {{ user.lastPayment }}
+Creation date: {{ user.creationDate }}
+Paid: {{ user.paid }}
+We appreciate your business!
+Download details will be available in your profile shortly.
+