{% extends 'app_base.html' %} {% load static %} {% if user.is_authenticated %} {% block content_wrapper %}

Pipeline Templates

Sort by: Name

Tag Filter

Pipeline Type
{% for pl_type, pipeline_tag in pipeline_tags.items %} {{ pipeline_tag.name }} {% endfor %}
Category
{% for category_name, category_color in category_tags.items %} {{ category_name }} {% endfor %}
{% if app_context_tags %}
Application Context
{% for context_name, context_color in app_context_tags.items %} {{ context_name }} {% endfor %}
{% endif %}
{% for pipeline in pipeline_list_template_data %}
{{ pipeline.name }}

{{pipeline.description}}

View Details
{% endfor %}
{% endblock %} {% block extra_foot %} {% endblock %} {% endif %}