{% extends "base.html" %} {% block content %}
Pipeline: {{ project_name }}
{% if run_name %} {{ run_name }} — {{ done }}/{{ total }} nodes done {% else %} No runs yet — run model-builder run to start {% endif %}
{% if awaiting_gates %}
{{ awaiting_gates }} gate(s) awaiting approval
{% endif %}
{% include "pipeline_nodes.html" %}
{% endblock %}