From 70524c506d5faf2494244dc58cabb0054affa6e3 Mon Sep 17 00:00:00 2001 From: nobohan Date: Mon, 8 Nov 2021 15:17:16 +0100 Subject: [PATCH] accompanying period work: add content to the delete page --- .../AccompanyingCourseWork/delete.html.twig | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/delete.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/delete.html.twig index dba361a24..2b47adc93 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/delete.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/delete.html.twig @@ -2,9 +2,27 @@ {% set activeRouteKey = 'chill_person_accompanying_period_work_list' %} -{% block title 'accompanying_course_work.remove'|trans %} +{% block title 'accompanying_course_work.remove'|trans %} {% block content %} + +
+

+ {{ 'accompanying_course_work.action'|trans }} + {{ work.socialAction|chill_entity_render_string }} +

+ +
+

{{ "Associated peoples"|trans }}

+
    + {% for p in work.persons %} + {{ p|chill_entity_render_box }} + {% endfor %} +
+
+
+ + {{ include('@ChillMain/Util/confirmation_template.html.twig', { 'title' : 'accompanying_course_work.remove'|trans,