{% load i18n %}
{% trans "UUID" %} | {% trans "Description" %} | {% trans "Enabled" %} | {% if perms.locations.change_pipeline %}{% trans "Edit" %} | {% endif %}
---|---|---|---|
{{ pipeline.uuid }} | {{ pipeline.description }} | {{ pipeline.enabled|yesno:_("Enabled,Disabled") }} | {% if perms.locations.change_pipeline or perms.locations.delete_pipeline %}{% if perms.locations.change_pipeline %} {% trans "Edit" %} | {{ pipeline.enabled|yesno:_("Disable,Enable") }} {% endif %} {% if perms.locations.delete_pipeline %} | {% trans "Delete" %} {% endif %} | {% endif %}