Pipelines

{% for run in pipeline_runs %}
{{ run.pipeline_name }} {% if run.status == run.Status.SUCCESS and run.results_url %} {% endif %}
{% include "scanpipe/includes/run_status_tag.html" with run=run display_current_step=True only %}
{% endfor %}
{% if project.is_archived %} {% else %} {% if project.can_start_pipelines %} Run pipelines {% endif %} {% endif %}
{% include "scanpipe/modals/pipeline_help_modal.html" %} {% include "scanpipe/modals/add_pipeline_modal.html" %}