From 6e277e99ae46f0c88334899eee156a884bfd3e04 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 d99d6b2ef..0a237c2c9 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/list.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/list.html.twig @@ -73,7 +73,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 }} @@ -86,7 +86,7 @@
  • - + {#
  • @@ -104,6 +104,7 @@ {% endif %} + #} @@ -120,6 +121,12 @@ {{ 'Person details'|trans }} +
  • + + {{ 'Create an accompanying period'|trans }} + +
  • + {#
  • {{ 'Add an accompanying period in the past'|trans }} @@ -133,6 +140,7 @@
  • {% endif %} + #}