{% import '@ChillMain/Workflow/macro_breadcrumb.html.twig' as m %}
{% if concerne is defined and concerne == true %} {{ 'Concerne'|trans }}: {% endif %} {{ 'workflow.Evaluation (n°%eval%)'|trans({'%eval%': evaluation.id}) }} {% if description is defined and description == true %} {{ ' — ' ~ evaluation.evaluation.title|localize_translatable_string }} {% endif %}
{% if breadcrumb is defined and breadcrumb == true %} {{ m.breadcrumb(_context) }} {% endif %}