{# Vertical timeline of workflow events on a record form. #} {% if workflow_context and workflow_context.has_workflow %}
Workflow history
{% if workflow_context.get('timeline') %}{{ ev.title }}
{% if ev.author %}{{ ev.author }}
{% endif %} {% if ev.body %}{{ ev.body }}
{% endif %}{% if workflow_context.started %} No workflow events logged yet. {% else %} History appears after the workflow starts on this record. {% endif %}
{% endif %}