{{ 'workflow.For'|trans ~ ' : ' }}
{% for d in step.destUser %}{{ d|chill_entity_render_string({'at_date': step.previous.transitionAt}) }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}
{% if step.ccUser|length > 0 %}
{{ 'workflow.Cc'|trans ~ ' : ' }}
{% for u in step.ccUser %}{{ u|chill_entity_render_string({'at_date': step.previous.transitionAt }) }}{% if not loop.last %}, {% endif %}{% endfor %}