{{ object.workflow_name }} - {{ object.flow_name }}

Started
{{ object.started }}
Started by
{{ object.executed_by.get_full_name }}
{% if object.finished %}
Finished?
{{ object.finished }}
{% else %}
Status
{{ object.status }}
{% endif %}
{% with next_task=object.current_task_status %} {% if next_task and not next_task.auto %} Continue {% endif %} {% endwith %} {% include 'django_workflow_engine/flow_diagram.html' %}