{% extends "layout_fluid.html" %} {% load breadcrumb %} {% block title %}Archival storage{% endblock %} {% block h1 %}Archival storage{% endblock %} {% block page_id %}archival-storage{% endblock %} {% block js %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %} {% block content %} {% include "archival_storage/_archival_storage_search_form.html" %} {% if aips %}

Browse archival storage
Total size: {{ total_size }} MB {% if aip_indexed_file_count %} | Files indexed: {{ aip_indexed_file_count }} {% endif %}

{% for item in aips %} {% endfor %}
AIP Sort Sort
Size Sort Sort
UUID
Date stored Sort Sort
Status
Actions
{{ item.name }} {{ item.size }} {{ item.uuid }} {{ item.date }} {{ item.status }} View
{% include "_pager.html" %}
{% else %}

Archival storage is empty.

{% endif %} {% endblock %}