diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/_join_household.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/_join_household.html.twig index fd0cf373d..600430b31 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/_join_household.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/_join_household.html.twig @@ -1,38 +1,40 @@ -
-
- {{ 'Some peoples does not belong to any household currently. Add them to an household soon'|trans }} -
- -
- -
-
- -

{{ 'household.Select people to move'|trans }}

- - - - +
+
+
+ {{ 'Some peoples does not belong to any household currently. Add them to an household soon'|trans }} +
  • -
- +
+ +
+
+ +

{{ 'household.Select people to move'|trans }}

+
    + {% for p in withoutHousehold %} +
  • + + {{ p|chill_entity_render_box }} +
  • + {% endfor %} +
+ + + +
    +
  • + +
  • +
+
+