diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/list.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/list.html.twig index bf3392f6d..c003aa518 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/list.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/list.html.twig @@ -69,7 +69,7 @@

{{ accompanying_period.requestorPerson.firstname ~ ' ' ~ accompanying_period.requestorPerson.lastname }}

{% endif %} {% if accompanying_period.requestorThirdParty is not null %} -

{{ accompanying_period.requestorThirdParty.firstname ~ ' ' ~ accompanying_period.requestorThirdParty.lastname }}

+

{{ accompanying_period.requestorThirdParty.name }}

{% endif %} {% else %} {{ 'No data given'|trans }} @@ -82,7 +82,7 @@
  • - + {#
  • @@ -100,6 +100,7 @@ {% endif %} + #} @@ -116,6 +117,12 @@ {{ 'Person details'|trans }} +
  • + + {{ 'Create an accompanying period'|trans }} + +
  • + {#
  • {{ 'Add an accompanying period in the past'|trans }} @@ -129,6 +136,7 @@
  • {% endif %} + #}