diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/list_recent_by_accompanying_period.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/list_recent_by_accompanying_period.html.twig index 224c7413f..ec322ab23 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/list_recent_by_accompanying_period.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/list_recent_by_accompanying_period.html.twig @@ -22,6 +22,45 @@ {{ w.endDate|format_date('short') }} {% endif %} + {% if w.handlingThierParty %} +
  • + {{ 'Thirdparty handling'|trans ~ ' : ' }} + {{ w.handlingThierParty|chill_entity_render_box }} +
  • + {% endif %} +
  • + {{ 'Participants'|trans ~ ' : ' }} + {% for p in w.persons %} + {{ p|chill_entity_render_box }} + {% endfor %} +
  • + + +
    @@ -33,7 +72,7 @@ - + {# {{ dump(w) }} #} {% endfor %}
    diff --git a/src/Bundle/ChillPersonBundle/translations/messages.fr.yml b/src/Bundle/ChillPersonBundle/translations/messages.fr.yml index e212c61ce..46077fdf0 100644 --- a/src/Bundle/ChillPersonBundle/translations/messages.fr.yml +++ b/src/Bundle/ChillPersonBundle/translations/messages.fr.yml @@ -435,6 +435,7 @@ accompanying_course_work: goal: Objectif - motif - dispositif Any work: Aucune action d'accompagnement remove: Supprimer une action d'accompagnement + social_evaluation: Évaluation # Person addresses: Adresses de résidence diff --git a/src/Bundle/ChillThirdPartyBundle/translations/messages.fr.yml b/src/Bundle/ChillThirdPartyBundle/translations/messages.fr.yml index 135ef9b47..20b45a398 100644 --- a/src/Bundle/ChillThirdPartyBundle/translations/messages.fr.yml +++ b/src/Bundle/ChillThirdPartyBundle/translations/messages.fr.yml @@ -85,3 +85,6 @@ crud: 3party_3party: index: add_new: Créer + +Thirdparty handling: Tiers traitant +Thirdparty workers: Tiers intervenants