diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriodWorkDuplicate/_details.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriodWorkDuplicate/_details.html.twig
index a83b5b8c3..02c90daa4 100644
--- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriodWorkDuplicate/_details.html.twig
+++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriodWorkDuplicate/_details.html.twig
@@ -1,12 +1,9 @@
{%- macro details(acpw, options) -%}
-
- - {{ 'person_admin.social_action'|trans }}:
- {{ acpw.socialAction.title|localize_translatable_string }}
- - {{ 'export.list.acpw.startDate'|trans }}:
- {% if acpw.startDate %}{{ acpw.startDate|format_date('short') }}{% endif %}
- {% if acpw.endDate %}
- - {{ 'export.list.acpw.endDate'|trans }}:
- {{ acpw.endDate|format_date('short') }}
- {% endif %}
-
+ {% include '@ChillPerson/AccompanyingCourseWork/_item.html.twig' with {
+ 'displayAction': true,
+ 'displayContent': 'short',
+ 'displayFontSmall': true,
+ 'itemBlocClass': '',
+ 'displayNotification': true
+ } %}
{% endmacro %}
diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriodWorkDuplicate/confirm.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriodWorkDuplicate/confirm.html.twig
index d8b6be161..9440ffd1b 100644
--- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriodWorkDuplicate/confirm.html.twig
+++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriodWorkDuplicate/confirm.html.twig
@@ -19,6 +19,7 @@
{{ 'Deleted datas'|trans ~ ':' }}
+
{{ details.details(acpw2, accompanyingCourse) }}