{% extends "ChillPersonBundle::layout.html.twig" %} {% set activeRouteKey = 'chill_task_task_list' %} {% set person = task.person %} {% block title 'Remove task'|trans %} {% block personcontent %}
{{ 'Are you sure to apply the transition %name% on this task ?'|trans({ '%name%': task_workflow_metadata(task, 'transition.name', transition)|default(transition.name)|trans }) }}
{% endif %} {{ form_start(form) }}