{% extends "vault/base.html" %} {% load pagination %} {% load storage_tags %} {% block title %}Storage - {{ project_name }}{% endblock %} {% block content_title %}Object Storage{% endblock %} {% block content_top %} {% if version_location %}
{% endif %} {% endblock %} {% block content_breadcrumb %} Containers {% if prefix %} Object versions from {{ container }} {% else %} Object versions from {{ container }} {% endif %} {% for prefix in prefixes %} {% if forloop.counter < prefixes|length %} {{ prefix.display_name }} {% else %} {{ prefix.display_name }} {% endif %} {% endfor %} {% endblock %} {% block content %} {% if version_location %}Name | Created | Size | ||
---|---|---|---|---|
{{ obj.prefix|lastpart }} | ||||
{{ obj.name|lastpart }} | {{obj.last_modified|dateconv|date:"SHORT_DATETIME_FORMAT"}} | {{obj.bytes|filesizeformat}} | ||
|