Pipelines

{% for run in project.runs.all %} {{ run.pipeline_name }} {% include "scanpipe/includes/run_status_tag.html" with run=run display_current_step=True only %} {% endfor %}
{% if project.is_archived %} {% else %} {% include "scanpipe/includes/add_pipeline_modal.html" %} {% endif %}