{% if searched_pipelines %} {% for pipeline in searched_pipelines %} {% endfor %}
Work Flow Name Start Time Status Metadata
{{ pipeline.pipeline_name_snapshot }} {{ pipeline.start_time }} {{ pipeline.get_status_display }} {{ pipeline.meta|slice:":300" }}{% if pipeline.meta|length > 300 %}...{% endif %}
{% else %}

No results!

{% endif %}
{% if searched_pipelines.has_next %}
{% endif %}