{{ object.get_workflow_name_display }} - {{ object.flow_name }}
-
Started
-
{{ object.started }}
-
Started by
-
{{ object.executed_by.get_full_name }}
{% if object.finished %}
-
Finished?
-
{{ object.finished }}
{% else %}
-
Status
-
{{ object.nice_name }}
{% endif %}
{% if object.current_task_record and not task.auto %}
Continue
{% endif %}
{% include 'django_workflow_engine/flow_diagram.html' %}