{% load i18n %} {% for pipeline in pipelines %} {% endfor %}
{% 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" %}