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