{% load static %} {% block myBlock %}

Workflow: {{ workflow.workflow_uri }}

{% if workflow.aggregation_strategy != "none" %} {% endif %}
id{{ workflow.id }}
description{{ workflow.description }}
tag{{ workflow.tag }}
uri{{ workflow.workflow_uri }}
repository{{ workflow.repository }}
commit_id{{ workflow.commit_id }}
path{{ workflow.path }}
aggregration strategy{{ workflow.aggregation_strategy }}
aggregration script{{ workflow.aggregation_script }}
oi_size_fraction{{ workflow.oi_size_fraction }}
workflows listREST API
{% endblock %}