{% extends "base.html" %} {% block content %}

Pipeline: {{ name }}


State:

    {{ pipe_state | safe }}

Initial structure:

     {{ init_atoms | safe }}

{% if pipe_data|length>0 %}

Steps

{% for state in pipe_data %} {% endfor %}
Step name Type Status
{{ loop.index }} {{ state["name"] }} {{ state["type"] }} {{ state["status"] }}
{% else %}

Pipeline's pipeline.json could not be found at {{ pipeline_fname }}

{% endif %}
Raw files {% endblock %} {% block scripts %} {% endblock %}