{% extends "base.html" %} {% block page_title %}All Pipelines{% endblock %} {% block content %} {% include 'snippets/pipeline_description.html' %}

Create new pipeline

{% if pipelines %} {% include "snippets/pipelines_table.html" %} {% else %}

No pipelines currently exist.

{% endif %} {% endblock %}