diff --git a/src/Bundle/ChillMainBundle/Resources/views/Workflow/_notification_include.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Workflow/_notification_include.html.twig index 221ddf4b4..b8f942af0 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Workflow/_notification_include.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Workflow/_notification_include.html.twig @@ -2,7 +2,7 @@

{{ 'workflow_'|trans }}

- {% include handler.templateTitle(entity_workflow) with handler.templateTitleData(entity_workflow)|merge({ + {% include handler.template(entity_workflow) with handler.templateData(entity_workflow)|merge({ 'description': true, 'breadcrumb': true, 'add_classes': 'ms-3 h3'