{% extends "base.html" %} {% block page_title %}{{space}} Information{% endblock %} {% block content %}
Access Protocol
{{ space.get_access_protocol_display }}
Path
{{ space.path|default:"<None>" }}
Staging Path
{{ space.staging_path}}
Usage
{{ space.used|filesizeformat }} / {{ space.size|filesizeformat }}
Last Verified
{{ space.last_verified }}
{% for k, v in space.child.items %}
{{ k|capfirst }}
{{ v }}
{% endfor %}
Actions

Locations

{% if perms.locations.add_location %}

Create new location here

{% endif %} {% if locations %} {% include "snippets/locations_table.html" with no_space=True %} {% else %}

No locations in this space.

{% endif %} {% endblock %}