{% if value is True %}{% trans 'Yes' %}{% else %}
{% if value is False %}{% trans 'No' %}{% else %}
{% if value and value.url %}{{ value.name }}{% else %}
{{ value }}{% endif %}{% endif %}{% endif %}
{% endfor %}
{% if not hide_active_tasks and forloop.counter == 1 and process.active_tasks %}
{% trans 'Active tasks' %}
{% trans 'Task' %}
{% trans 'Owner' %}
{% for task in process.active_tasks %}
{% if task.flow_task.task_type == 'HUMAN' or task.flow_task.task_type == 'JOB' %}