{% extends "base.html" %} {% import "list_pipelines.html" as list_pipelines %} {% block body %}

Search results

Search query

{% for key, value in args.iteritems() %} {% endfor %}
Field Value
{{ key }} {{ value }}

Pipelines

{{ list_pipelines.disp_table(pipelines, prev_page_url, next_page_url) }} {% endblock body %}