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 %}
+
+
+
+ -
+ {{ w.socialAction.issue|chill_entity_render_box }}
+
+
+
+ {% for e in w.accompanyingPeriodWorkEvaluations %}
+ -
+ {{ 'accompanying_course_work.social_evaluation'|trans ~ ' : ' }}
+ {{ e.evaluation.title|localize_translatable_string }}
+
+ {% if e.startDate %}
+ -
+ {{ 'accompanying_course_work.start_date'|trans ~ ' : ' }}
+ {{ e.startDate|format_date('short') }}
+
+ {% endif %}
+ {% if e.endDate %}
+ -
+ {{ 'accompanying_course_work.end_date'|trans ~ ' : ' }}
+ {{ e.endDate|format_date('short') }}
+
+ {% endif %}
+
+
+ {% 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