{% extends '@ChillMain/layout.html.twig' %} {% block title %} {{ 'Workflow'|trans }} {% endblock %} {% block js %} {{ parent() }} {{ encore_entry_script_tags('mod_async_upload') }} {{ encore_entry_script_tags('mod_pickentity_type') }} {{ encore_entry_script_tags('mod_entity_workflow_subscribe') }} {{ encore_entry_script_tags('page_workflow_show') }} {{ encore_entry_script_tags('mod_wopi_link') }} {% endblock %} {% block css %} {{ parent() }} {{ encore_entry_link_tags('mod_pickentity_type') }} {{ encore_entry_link_tags('mod_entity_workflow_subscribe') }} {{ encore_entry_link_tags('page_workflow_show') }} {{ encore_entry_link_tags('mod_wopi_link') }} {% endblock %} {% import '@ChillMain/Workflow/macro_breadcrumb.html.twig' as macro %} {% block content %}

{{ block('title') }}

{# handler_template: - src/Bundle/ChillPersonBundle/Resources/views/Workflow/_evaluation.html.twig - src/Bundle/ChillPersonBundle/Resources/views/Workflow/_accompanying_period_work.html.twig - 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/_follow.html.twig' %}
{% include '@ChillMain/Workflow/_decision.html.twig' %}
{#
{% include '@ChillMain/Workflow/_comment.html.twig' %}
#}
{% include '@ChillMain/Workflow/_history.html.twig' %}
{# useful ? #}
{% endblock %}