{{ step.previous.comment|chill_markdown_to_html }}
{{ form_label(transition_form.comment) }}
{{ form_widget(transition_form.comment) }}{{ 'workflow.This workflow is finalized'|trans }}
{% else %}{{ 'workflow.You are not allowed to apply a transition on this workflow'|trans }}
{% if entity_workflow.currentStep.destUser|length > 0 %}{{ 'workflow.Only those users are allowed'|trans }} :
{{ 'workflow.An access key was also sent to those addresses'|trans }} :
{{ 'workflow.Those users are also granted to apply a transition by using an access key'|trans }} :
{{ 'workflow.This link grant any user to apply a transition'|trans }} :
{% set link = absolute_url(path('chill_main_workflow_grant_access_by_key', {'id': entity_workflow.currentStep.id, 'accessKey': entity_workflow.currentStep.accessKey})) %} {% endif %} {% endif %}