{% load i18n %} {% if not no_pipeline %} {% endif %} {% if not no_space %} {% endif %} {% for loc in locations %} {% if not no_pipeline %} {% endif %} {% if not no_space %} {% endif %} {% endfor %}
{% trans "Purpose" %}{% trans "Pipeline" %}{% trans "Path" %} {% trans "Description" %}{% trans "Space" %}{% trans "UUID" %} {% trans "Usage" %} {% trans "Enabled" %} {% trans "Default" %} {% trans "Actions" %}
{{ loc.get_purpose_display }} {% if loc.purpose == 'RP' %} {% with loc.masters.all as master_locations %} {% if master_locations %} of {% for master in master_locations %} {{ master.uuid }} {% endfor %} {% endif %} {% endwith %} {% endif %} {% for p in loc.pipeline.all %} {{ p.description }}, {% empty %}

{% trans "No pipelines" %}

{% endfor %}
{{ loc.full_path }} {{ loc.description|default:"None" }}{{ loc.space.uuid|truncatechars:11 }}{{ loc.uuid }} {{ loc.used }}B / {{ loc.quota|default:_("unlimited") }} {{ loc.enabled|yesno:_("Enabled,Disabled") }} {{ loc.default|yesno:_("Yes,No") }} {% trans "Edit" %} | {{ loc.enabled|yesno:_("Disable,Enable") }} | {% trans "Delete" %}