diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig index 307b0c5c5..8ead7bf9c 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig @@ -61,13 +61,19 @@
{{ 'This course is located by'|trans }}: {{ accompanyingCourse.personLocation|chill_entity_render_string }}
+{{ 'This course is located by'|trans }} + {{ accompanyingCourse.personLocation|chill_entity_render_string }} +
{% elseif accompanyingCourse.locationStatus == 'address' %}{{ 'This course has a temporarily location'|trans }}
{% endif %} {% if accompanyingCourse.locationStatus != 'none' %} - {{ accompanyingCourse.location|chill_entity_render_box }} +