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