From 27aa0ea5959f39bd430c51adf08806e78224bdfa Mon Sep 17 00:00:00 2001 From: PCoder Date: Wed, 1 Apr 2020 17:08:18 +0530 Subject: [PATCH] Create another div for onetime charges --- hosting/templates/hosting/invoices.html | 52 +++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/hosting/templates/hosting/invoices.html b/hosting/templates/hosting/invoices.html index 5bfb4704..3442ac62 100644 --- a/hosting/templates/hosting/invoices.html +++ b/hosting/templates/hosting/invoices.html @@ -73,5 +73,57 @@ {% endif %} +
+ + + + + + + + + + + {% for ho_id, stripe_charge_data in invs_charge %} + + {{ ho_id | get_line_item_from_hosting_order_charge: stripe_charge_data.receipt_url }} + + {% endfor %} + +
{% trans "Product" %}{% trans "Date" %}{% trans "Amount" %}
+{% if invs_charge.has_other_pages %} + +{% endif %} +
{% endblock %}