{% extends "pipelines/pipeline.html" %} {% load pipelines %} {% block content_title %}Start Pipeline: {{ pipeline }}{% endblock content_title %} {% block breadcrumbs %} {{ block.super }} / {{ pipeline }} / Run {% endblock breadcrumbs %} {% block content %}
The following tasks will be ran:
{% if form.fields %}Fill in any required data and {% endif %}press Start to run the pipline.
{% endblock %}