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() }}