{% load viewflow i18n %} {% block content %}

{{ process }}

{% for field, field_name, value in process_data %} {% if field.name != 'parent_task' and field.name != 'data' and field.name != 'flow_class' and field.name != 'artifact_object_id' and field.name != 'artifact_content_type' and field.name != 'seed_object_id' and field.name != 'seed_content_type'%} {% endif %} {% endfor %} {% if process.parent_task %} {% endif %} {% if process.seed %} {% endif %} {% if process.artifact %} {% endif %}
×
flow graph
{{ field_name }} {{ value }}
{% translate 'Parent Task' %} {{ process.parent_task.flow_task }}
{% translate 'Seed' %} {{ process.seed }}
{% translate 'Artifact' %} {{ process.artifact }}
{% endblock %}