{% extends "report_base.html" %} {% block content %}
{% include "report_buttons.html" %} Report: AIP Contents
Storage Service: {{ storage_service_name }}
{% if storage_location_description %} Location: {{ storage_location_description }}
{% endif %} Start date: {{ start_date.strftime('%Y-%m-%d') }}
End date: {{ end_date.strftime('%Y-%m-%d') }}
AIPs: {{ aips|length }}
{% if aips %} {% for column in columns %} {% endfor %} {% for aip in aips %} {% endfor %}
{{ column }}
{{ aip["AIPName"] }}
UUID: {{ aip["UUID"] }}
{{ aip["CreatedDate"] }} {{ aip["Size"] | filesizeformat }} {{ aip["Formats"] | safe }}
{% else %}

No AIPs to display.

{% endif %} {% endblock %}