{% extends "template.html" %} {% block content %} {%for pipe in pipeline%} {%if pipe["status"]=="Queued" or pipe["status"]=="Started"%} {%else%} {%endif%} {%endfor%}
Pipeline Name Created On Start Time Status Actions
{{pipe["pipelinename"]}} {{pipe["created_at"]}} {{pipe["jobtime"]}} {{pipe["status"]}} Stop view Start view
{% endblock %}