{% extends 'layout.html' %} {% block body %}

Stage all

{% for stage_idx in stage_infos.keys() %} {% endfor %}
Stage Id Description Dependencies
{% if stage_infos[stage_idx].is_final %} {% endif %} {{stage_idx}} {% if stage_infos[stage_idx].is_final %} {% endif %} DAG for stage_{{stage_idx}} {{ stage_infos[stage_idx]._depend_stages }}
{% endblock %}