{% 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 results %} {% if not file_mode %}AIP | Size | UUID | {% if show_aics %}AIP | {% endif %}Files | Date stored | Status | Actions | {% for term_usage in results %}
---|---|---|---|---|---|---|---|
{{ term_usage.name }} (view raw) | {% if term_usage.size %} {{ term_usage.size }} {% else %} Unknown {% endif %} | {{ term_usage.uuid }} | {% if show_aics %}{% if term_usage.type == 'AIC' %} {{ term_usage.AICID }} ({{ term_usage.countAIPsinAIC }} AIP{{ term_usage.countAIPsinAIC|pluralize }} in AIC) {% elif term_usage.isPartOf %} Part of {{ term_usage.isPartOf }} {% else %} None {% endif %} | {% endif %}{{ term_usage.count }} file{{term_usage.count|pluralize}} | {{ term_usage.status }} | View |