diff --git a/src/Bundle/ChillMainBundle/Resources/views/Workflow/index.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Workflow/index.html.twig index 1a6f3103b..28d95e258 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Workflow/index.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Workflow/index.html.twig @@ -33,32 +33,30 @@ - src/Bundle/ChillDocStoreBundle/Resources/views/AccompanyingCourseDocument/_workflow.html.twig #}
-
+

{{ handler.entityTitle(entity_workflow) }}

{{ macro.breadcrumb({'entity_workflow': entity_workflow}) }}
{% include handler_template with handler_template_data|merge({'display_action': true }) %} - - {% if is_granted('CHILL_MAIN_WORKFLOW_DELETE', entity_workflow) %} - - {% endif %}
+
{% include '@ChillMain/Workflow/_decision.html.twig' %}
{% include '@ChillMain/Workflow/_follow.html.twig' %}
-
{% include '@ChillMain/Workflow/_decision.html.twig' %}
{# -
{% include '@ChillMain/Workflow/_comment.html.twig' %}
#} + {#
{% include '@ChillMain/Workflow/_comment.html.twig' %}
#}
{% include '@ChillMain/Workflow/_history.html.twig' %}
- + {% if is_granted('CHILL_MAIN_WORKFLOW_DELETE', entity_workflow) %} + + {% endif %} {# useful ?