{% icon name='help' %}
{% for workflow in object.active_workflows %}
{% if forloop.first %}{% trans "Used on the following active workflows" %}: {% endif %}
{{ workflow.name }}{% if not forloop.last %}, {% endif %}
{% empty %}
{% trans "Not used" %}
{% endfor %}