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