From 2f6cef42383fc17f1c40c098f23d32fb7938e7f1 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 6 Aug 2025 14:20:09 +0200 Subject: [PATCH] - **fix:** move closing motive up to be coherent with display elsewhere --- .../views/Person/list_with_period.html.twig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig index 41bc51864..b8a2e426d 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig @@ -70,6 +70,20 @@ + {% if acp.step == 'CLOSED' and acp.closingMotive is not null %} +
+
+

{{ 'Closing motive'|trans }}

+
+
+
+ {{ acp.closingMotive.name|localize_translatable_string }} +
+
+
+ {% endif %} + + {% if acp.user is not null %}