{% 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 %}
{{ aic_creation_form }}
{% endif %}
{% include "_pager.html" %}
{% if not file_mode %} {% if show_aics %} {% endif %} {% for term_usage in results %} {% if show_aics %} {% endif %} {% endfor %}
AIP Size UUIDAIPFiles Date stored Status Actions
{{ term_usage.name }} (view raw) {% if term_usage.size %} {{ term_usage.size }} {% else %} Unknown {% endif %} {{ term_usage.uuid }} {% 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 %} {{ term_usage.count }} file{{term_usage.count|pluralize}} {{ term_usage.created }} {{ term_usage.status }} View
{% else %}
File(s)
AIP(s)

{% for item in results %}
{% if item.sipname %}
{{ item.filename }}
{{ item.fileuuid }}
{{ item.sipname }} {{item.AIPUUID}}
(view raw)
{% else %} (AIP {{item.AIPUUID}} details missing from database.) {% endif %}

{% endfor %} {% endif %}
{% include "_pager.html" %}
{% else %}
No results, please try another search.
{% endif %} {% endblock %}