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) -%} - + {% 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) }}