{{ ('history.' ~ column)|trans }} | 11 | {% endfor %} 12 |
---|
18 | {% if block(name) is defined %} 19 | {{ block(name) }} 20 | {% else %} 21 | {{ value }} 22 | {% endif %} 23 | | 24 | {% endfor %} 25 |
{{ description }}
8 |{{ 'dataRecord'|trans }} | 18 |{{ entityLabel }} | 19 |
{{ 'workflowName'|trans }} | 23 |{{ workflow.label }} | 24 |
{{ 'currentStep'|trans }} | 27 |{{ currentStep != null ? currentStep.label : '-' }} | 28 |
{{ 'reachedAt'|trans }} | 32 |{{ item.latestState.reachedAt.format('d.m.Y H:i') }} | 33 |