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 }}