{% extends "base.html" %} {% load scoped_tags %} {% block title %}Pipelines{% endblock %} {% block page_title %}Pipelines{% endblock %} {% block page_subtitle %}Stages, promotions, and flow channels (Layer 9){% endblock %} {% block layer_indicator %}L9 Flow{% endblock %} {% block content %}
ID: {{ pipeline.id|truncate_id:12 }} · Created: {{ pipeline.created_at|format_dt }}
No stages defined for this pipeline.
{% endif %} {% endwith %}