From afd60b9cc7260f47b74b266cec9357f31e65646b Mon Sep 17 00:00:00 2001 From: emile Date: Tue, 17 Jun 2025 16:12:34 +0300 Subject: [PATCH] new --- .../templates/details_templates/customer-details.html | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/osinaweb/osinacore/templates/details_templates/customer-details.html b/osinaweb/osinacore/templates/details_templates/customer-details.html index 4ec0df99..39c5d628 100644 --- a/osinaweb/osinacore/templates/details_templates/customer-details.html +++ b/osinaweb/osinacore/templates/details_templates/customer-details.html @@ -465,16 +465,14 @@ class="px-6 py-3 text-sm font-medium text-gray-500 uppercase border-r border-gray-300 whitespace-nowrap"> Recurring -{##} -{# #} -{# Actions#} -{# #} + {% for service in customer_services %} +

{{service.title}}

@@ -499,10 +497,7 @@ {% endif %} - - - - +
{% endfor %}