{% load viewflow %}

{{ process }}

{% for field, field_name, value in process_data %} {% if field.name != 'data' and field.name != 'flow_class' and field.name != 'artifact_object_id' and field.name != 'artifact_content_type'%} {% endif %} {% endfor %}
×
flow graph
{{ field_name }} {{ value }}