From 6a85b156e5ab9e1956ba0e5f4a487e9da16aa1d8 Mon Sep 17 00:00:00 2001 From: emile Date: Tue, 17 Jun 2025 16:08:06 +0300 Subject: [PATCH] new --- .../templates/details_templates/customer-details.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/osinaweb/osinacore/templates/details_templates/customer-details.html b/osinaweb/osinacore/templates/details_templates/customer-details.html index 9a35fd40..0776c667 100644 --- a/osinaweb/osinacore/templates/details_templates/customer-details.html +++ b/osinaweb/osinacore/templates/details_templates/customer-details.html @@ -493,7 +493,11 @@ -

{{service.recurring}}

+ {% if service.recurring %} + + {% else %} + + {% endif %}