From 2a1d580a73001a19e1defbadfba7891b338c488f Mon Sep 17 00:00:00 2001 From: emile Date: Wed, 11 Jun 2025 11:46:58 +0300 Subject: [PATCH] new --- .../templates/details_templates/customer-details.html | 8 ++++++++ osinaweb/osinacore/views.py | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/osinaweb/osinacore/templates/details_templates/customer-details.html b/osinaweb/osinacore/templates/details_templates/customer-details.html index 7a500f61..d2639574 100644 --- a/osinaweb/osinacore/templates/details_templates/customer-details.html +++ b/osinaweb/osinacore/templates/details_templates/customer-details.html @@ -24,6 +24,14 @@ {% endif %} +
+ +
Total: ${{ total_all_orders }}
+
Paid: ${{ total_paid_all_orders }}
+ +
Remaining: ${{ total_remaining_all_orders }}
+ +