Workflows
{{ flow.get_workflow_name_display }} - {{ flow.flow_name }}
Current state
{{ flow.status }}
Started by
{{ flow.executed_by }}
{% if flow.started %}
Started at
{{ flow.started|default_if_none:"" }}
{% endif %}