From 6154e0912b1f24821ba3ea1be85a46cc3368d128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 29 Jun 2021 00:03:24 +0200 Subject: [PATCH] fix in accompanying period list: thirdparty as requestor + link --- .../views/AccompanyingPeriod/list.html.twig | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 %} + #}