{% extends "base.html" %} {% block page_title %}{{ location }} Information{% endblock %} {% block content %}
Space
{{ location.space }}
Purpose
{{ location.get_purpose_display }}
Description
{{ location.description }}
Full Path
{{ location.full_path }}
Relative Path
{{ location.relative_path }}
Usage
{{ location.used|filesizeformat }} / {{ location.quota|filesizeformat }}
Enabled
{{ location.enabled|yesno:"Enabled,Disabled" }}
Actions

Pipelines

{% if pipelines %} {% include "snippets/pipelines_table.html" %} {% else %}

No pipelines in this space.

{% endif %}

Packages

{% if packages %} {% include "snippets/packages_table.html" %} {% else %}

No packages in this space.

{% endif %} {% endblock %}