From d285d84068179c3d7c08c42eace7b0ac23d2e745 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Fri, 28 Jan 2022 22:30:18 +0100 Subject: [PATCH] wip --- .../views/AccompanyingCourseWork/edit.html.twig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/edit.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/edit.html.twig index c47f096e4..477e1755c 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/edit.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/edit.html.twig @@ -12,11 +12,7 @@

{{ block('title') }}

-
-{% endblock %} - -{% block block_post_menu %} -
+ {% set workflows_frame = chill_entity_workflow_list('Chill\\PersonBundle\\Entity\\AccompanyingPeriod\\AccompanyingPeriodWork', work.id) %} {% if workflows_frame is not empty %} {{ workflows_frame|raw }} @@ -24,6 +20,10 @@
{% endblock %} +{% block block_post_menu %} +
+{% endblock %} + {% block js %} {{ parent() }}