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