From 42579b57529b56cda533d9fe9952f5d1d7c1c929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 11 Feb 2022 14:49:59 +0100 Subject: [PATCH] fix translation and how holder is shown --- .../Resources/views/Person/household_history.html.twig | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Person/household_history.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Person/household_history.html.twig index 824909acb..ed3b3020b 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/Person/household_history.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/Person/household_history.html.twig @@ -44,12 +44,16 @@ {% endif %}
-

{{ 'As member'|trans }}

+

{{ 'household.As member'|trans }}

-

{{ p.position.label|localize_translatable_string }} +

+ {{ p.position.label|localize_translatable_string }} {% if p.holder %} - {{ 'household.holder'|trans }} + + + T + {% endif %}