{% if searched_pipelines %}
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 %} |