diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/list.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/list.html.twig index 0a237c2c9..4c9c89cce 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/list.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/list.html.twig @@ -8,7 +8,6 @@
{{ accompanying_period.requestorPerson.firstname ~ ' ' ~ accompanying_period.requestorPerson.lastname }}
+{{ accompanying_period.requestorPerson.firstname ~ ' ' ~ accompanying_period.requestorPerson.lastname }}
+ {% endif %} + {% if accompanying_period.requestorThirdParty is not null %} +{{ accompanying_period.requestorThirdParty.name }}
+ {% endif %} + {% else %} + {{ 'No data given'|trans }} {% endif %} - {% if accompanying_period.requestorThirdParty is not null %} -{{ accompanying_period.requestorThirdParty.name }}
+{{ si.title|localize_translatable_string }}
+ {% endfor %} + {% else %} + {{ 'No data given'|trans }} {% endif %} - {% else %} - {{ 'No data given'|trans }} - {% endif %} -