{# Keep the
outside the .modal-card head/body/footer sections #} {% csrf_token %}

Add pipeline

{% if pipeline_runs %}
Pipeline selection is limited to add-ons as pipelines have already been assigned to this project.
{% endif %}
{% for pipeline_name, pipeline_info in pipeline_choices %}

{{ pipeline_info.summary }}

{% if pipeline_info.available_groups %}
{% for group in pipeline_info.available_groups %} {% endfor %}
{% endif %}
{% endfor %}