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 }}
+ +