{{ 'Process code'|trans }} | +{{ 'Last execution'|trans }} | +{{ 'Status'|trans }} | +{{ 'Source'|trans }} | +{{ 'Target'|trans }} | +{{ 'Actions'|trans }} | +
---|---|---|---|---|---|
{{ process.code }} | +{% if lastExecution is not null %}{{ lastExecution.startDate|date('Y/m/d H:i:s') }}{% endif %} | +{% if lastExecution is not null %}{{ lastExecution.status.value }}{% endif %} | +{% if process.options.ui.source is defined %}{{ process.options.ui.source }}{% endif %} | +{% if process.options.ui.target is defined %}{{ process.options.ui.target }}{% endif %} | ++ + + + + + + | +