{% extends "base.html" %} {% load i18n %} {% block page_title %}{% trans "All Pipelines" %}{% endblock %} {% block content %} {% include 'snippets/pipeline_description.html' %} {% if perms.locations.add_pipeline %}
{% trans "Create new pipeline" %}
{% endif %} {% if pipelines %} {% include "snippets/pipelines_table.html" %} {% else %}{% trans "No pipelines currently exist." %}
{% endif %} {% endblock %}