{% extends "layout_fluid.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Archival storage" %}{% endblock %} {% block h1 %}{% trans "Archival storage" %}{% endblock %} {% block page_id %}archival-storage{% endblock %} {% block js %} {% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% if search_aips_enabled %} {% include "archival_storage/_archival_storage_search_form.html" %}

{% trans "Browse archival storage" %}
{% blocktrans with size=total_size %} Total size: {{ size }} {% endblocktrans %} {% if aip_indexed_file_count %} | {% blocktrans with count=aip_indexed_file_count %} Files indexed: {{ count }} {% endblocktrans %} {% endif %}

{% trans "Download CSV" %}
{% else %}

{% trans "Elasticsearch Indexing Disabled" %}

{% trans "Sorry, Elasticsearch indexing has been disabled for the AIPs related indexes in this Archivematica installation. The archival storage tab is non-functional when indexing is turned off." %}

{% endif %} {% endblock %}