From 24162594983867cb227f800a79c58a3377e21149 Mon Sep 17 00:00:00 2001 From: "Steve L. Nyemba" Date: Mon, 24 Apr 2017 12:03:03 -0500 Subject: [PATCH] Adding checkout/billing UI --- src/api/templates/bill.html | 74 +++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 src/api/templates/bill.html diff --git a/src/api/templates/bill.html b/src/api/templates/bill.html new file mode 100644 index 0000000..4ffb664 --- /dev/null +++ b/src/api/templates/bill.html @@ -0,0 +1,74 @@ + + +
+
+
+
+ + + + + + + + + + + + {% for item in plans %} + + + + + + + {% endfor %} + + + + +
+
+ The Phi Technology LLC
+
{{ app_name }}
+ +
+ +
Call : 615-866-0454
+
Email: support@the-phi.com
+
ServicePrice /mo (USD)Status
{{item.statement_descriptor}} {{item.amount/100}} {{item.status}}
Amount Due $ {{ total_amount }} + Purchase +
+
+ +
+ \ No newline at end of file