diff --git a/apps/family/templates/family/manage.html b/apps/family/templates/family/manage.html index 06df632b..b344bb5b 100644 --- a/apps/family/templates/family/manage.html +++ b/apps/family/templates/family/manage.html @@ -190,7 +190,12 @@ SPDX-License-Identifier: GPL-3.0-or-later
Send it via WhatsApp to: +33 6 30 21 12 44
++ Send it via WhatsApp to: + {% for num in phone_numbers %} + {{ num }}{% if not forloop.last %}, {% endif %} + {% endfor %} +