From aecd0e33a369a1ddae8520b4406a548b3fd1547d Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Wed, 24 Nov 2021 14:45:24 +0100 Subject: [PATCH] resume page: try alternatives with row/cols placement --- .../Resources/views/AccompanyingCourse/index.html.twig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig index 462e805cb..41a4d1150 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig @@ -21,14 +21,14 @@
{% if 'DRAFT' == accompanyingCourse.step %} -
+
{% include '@ChillPerson/AccompanyingCourse/_still_draft.html.twig' %}
{% endif %} {% if 'DRAFT' != accompanyingCourse.step %} {% if withoutHousehold|length > 0 %} -
+
{% include '@ChillPerson/AccompanyingCourse/_join_household.html.twig' %}
{% endif %} @@ -36,12 +36,12 @@ {% if accompanyingCourse.locationStatus == 'address' or accompanyingCourse.locationStatus == 'none' %} -
+
{% include '@ChillPerson/AccompanyingCourse/_warning_address.html.twig' %}
{% endif %} -
+
{% if accompanyingCourse.locationStatus == 'person' %}

{{ 'This course is located by'|trans }}

{{ accompanyingCourse.personLocation|chill_entity_render_string }}

@@ -74,7 +74,7 @@ or (accompanyingCourse.requestorThirdParty is not null or accompanyingCourse.requestorPerson is not null) %} -
+
{% if accompanyingCourse.participations is not empty %}

{{ 'Persons associated'|trans }}