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

{% trans "Create new pipeline" %}

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

{% trans "No pipelines currently exist." %}

{% endif %} {% endblock %}