{% extends "base.html" %} {% block page_title %}{{action}} Pipeline{% endblock %} {% block content %}
{% if pipeline %}
{% else %} {% endif %} {% csrf_token %} {{ form.as_p }}
{% endblock %}