{% extends "base.html" %} {% block head_content %} {% endblock %} {% block content %}
AIPs ({{ pager.items|length }})
{% if storage_services %}
Search
Storage Service
Location
{% if pager.items %} {% for aip in pager.items %} {% endfor %}
Transfer name AIP UUID Size Creation date Originals Preservation copies Action
{{ aip.transfer_name }} {{ aip.uuid }} {{ aip.size | filesizeformat }} {{ aip.create_date }} {{ aip.original_file_count }} {{ aip.preservation_file_count }}
{% else %}
No data available. Run a Fetch Job to populate AIPscan with data from this Storage Service or select a different Storage Service.
{% endif %} {% else %}
Storage Service information is not yet available for reporting. Configure a Storage Service and run a Fetch Job to get started.
{% endif %} {% if pager.total %}
Showing {{ first_item }} to {{ last_item }} of {{ pager.total }} entries
{% endif %} {% endblock %}