{% extends "base.html" %} {% block page_title %}{{ pipeline.description }} Information{% endblock %} {% block content %}
UUID
{{ pipeline.uuid }}
Description
{{ pipeline.description|default:"<None>" }}
Remote name
{{ pipeline.remote_name|default:"<None>" }}
API Username / Key
{{ pipeline.api_username|default:"<None>" }} / {{ pipeline.api_key|default:"<None>" }}
Enabled
{{ pipeline.enabled|yesno:"Enabled,Disabled" }}
Actions

Locations

{% if locations %} {% include "snippets/locations_table.html" with no_pipeline=True %} {% else %}

No locations currently exist. Please create one from the spaces page.

{% endif %} {% endblock %}